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