X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=blobdiff_plain;f=ircbot.py;h=cfb5bf8b5528e9f8983c5ae93228fd492fe0c742;hp=f83c82203e30a8ee033892ae2402c72aa18f12cf;hb=ffde107cee73ddd64dc0bc22df215efe6011c5e0;hpb=295d92cb0299714aa2694f4e68992cb5ba53ec91 diff --git a/ircbot.py b/ircbot.py index f83c822..cfb5bf8 100644 --- a/ircbot.py +++ b/ircbot.py @@ -16,7 +16,7 @@ # # Joel Rosdahl # -# $Id$ +# $Id: ircbot.py,v 1.1 2002/02/07 09:15:32 matthew Exp $ """ircbot -- Simple IRC bot library. @@ -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.