chiark / gitweb /
new flirt from chelgrian
[irc.git] / ircbot.py
index f83c82203e30a8ee033892ae2402c72aa18f12cf..cfb5bf8b5528e9f8983c5ae93228fd492fe0c742 100644 (file)
--- a/ircbot.py
+++ b/ircbot.py
@@ -16,7 +16,7 @@
 #\r
 # Joel Rosdahl <joel@rosdahl.net>\r
 #\r
-# $Id$\r
+# $Id: ircbot.py,v 1.1 2002/02/07 09:15:32 matthew Exp $\r
 \r
 """ircbot -- Simple IRC bot library.\r
 \r
@@ -205,7 +205,7 @@ class SingleServerIRCBot(SimpleIRCClient):
 \r
         Used when answering a CTCP VERSION request.\r
         """\r
-        return "ircbot.py by Joel Rosdahl <joel@rosdahl.net>"\r
+        return "VERSION ircbot.py by Joel Rosdahl <joel@rosdahl.net>, Matthew Vernon <matthew@debian.org> and others"\r
 \r
     def jump_server(self):\r
         """Connect to a new server, possible disconnecting from the current.\r