X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=ircbot.py;h=cfb5bf8b5528e9f8983c5ae93228fd492fe0c742;hb=c40c2b6261e7b251387bf71dde7774eee13fd47b;hp=ce229f22861b53d0e375e2a9ac8984c1fc8179de;hpb=93a72f4dd06f9e0d1a6fe1857710e0c961603f91;p=irc.git 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.