X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=blobdiff_plain;f=ircbot.py;h=cfb5bf8b5528e9f8983c5ae93228fd492fe0c742;hp=ce229f22861b53d0e375e2a9ac8984c1fc8179de;hb=9a8c6f919c6e2df251c611630a1d4bdfb4205548;hpb=93a72f4dd06f9e0d1a6fe1857710e0c961603f91 diff --git a/ircbot.py b/ircbot.py index ce229f2..cfb5bf8 100644 --- a/ircbot.py +++ b/ircbot.py @@ -205,7 +205,7 @@ class SingleServerIRCBot(SimpleIRCClient): Used when answering a CTCP VERSION request. """ - return "ircbot.py by Joel Rosdahl " + return "VERSION ircbot.py by Joel Rosdahl , Matthew Vernon and others" def jump_server(self): """Connect to a new server, possible disconnecting from the current.