chiark / gitweb /
Found in rapun:/home/matthew/programming/irc; only cvs id changes
authorIan Jackson <ijackson@rapun.sel.cam.ac.uk>
Wed, 5 Aug 2009 12:11:54 +0000 (13:11 +0100)
committerIan Jackson <ijackson@rapun.sel.cam.ac.uk>
Wed, 5 Aug 2009 12:11:54 +0000 (13:11 +0100)
acrobat-chiark-0.2.py
acrobat.py
ircbot.py
irclib.py

index bcc25dcd664b7ec8f86649befca594bfab786212..15d28782a45f9bc80a90e2d56e9604c11591c9d8 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python2
 #!/usr/bin/env python2
-# $Id$
+# $Id: acrobat-chiark-0.2.py,v 1.20 2002/10/06 16:04:42 matthew Exp $
 #
 # Joel Rosdahl <joel@rosdahl.net>
 # Andrew Walkingshaw <andrew@lexical.org.uk>
 #
 # Joel Rosdahl <joel@rosdahl.net>
 # Andrew Walkingshaw <andrew@lexical.org.uk>
@@ -151,7 +151,7 @@ class Acrobat(SingleServerIRCBot):
     # query bot status
     def infoq(self, cmd, nick, conn, public):
         # version control magic
     # query bot status
     def infoq(self, cmd, nick, conn, public):
         # version control magic
-        acrorevision="$Revision$"
+        acrorevision="$Revision: 1.20 $"
         acrorev1=re.sub(r'\$Revision: (.*)',r'\1',acrorevision)
         acroversion=re.sub(r'(.*) \$',r'\1',acrorev1)
         if public == 1:
         acrorev1=re.sub(r'\$Revision: (.*)',r'\1',acrorevision)
         acroversion=re.sub(r'(.*) \$',r'\1',acrorev1)
         if public == 1:
index 0305f943c40391c2f5dc36798f8c3f65ee380736..59b9c86f2ee097384b8dbd62a0c28f9dec385bb5 100755 (executable)
@@ -51,7 +51,7 @@ class Acrobat(SingleServerIRCBot):
                                     [(server, port)], nickname, nickname)
         self.channel = channel
         self.owner = owner
                                     [(server, port)], nickname, nickname)
         self.channel = channel
         self.owner = owner
-        self.revision = "$Revision$" # global version number
+        self.revision = "$Revision: 1.1 $" # global version number
         self.trouts = config.trouts
         self.karmafilename = config.karmafilename
         self.config = config
         self.trouts = config.trouts
         self.karmafilename = config.karmafilename
         self.config = config
index f83c82203e30a8ee033892ae2402c72aa18f12cf..ce229f22861b53d0e375e2a9ac8984c1fc8179de 100644 (file)
--- a/ircbot.py
+++ b/ircbot.py
@@ -16,7 +16,7 @@
 #\r
 # Joel Rosdahl <joel@rosdahl.net>\r
 #\r
 #\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
 \r
 """ircbot -- Simple IRC bot library.\r
 \r
index 5645ae539014e26fcc87b3db40020280213ebd47..7dea46a973fef433125eb870c20ed7e0fe20ddab 100644 (file)
--- a/irclib.py
+++ b/irclib.py
@@ -16,7 +16,7 @@
 #\r
 # Joel Rosdahl <joel@rosdahl.net>\r
 #\r
 #\r
 # Joel Rosdahl <joel@rosdahl.net>\r
 #\r
-# $Id$\r
+# $Id: irclib.py,v 1.1 2002/02/07 09:15:32 matthew Exp $\r
 \r
 """irclib -- Internet Relay Chat (IRC) protocol client library.\r
 \r
 \r
 """irclib -- Internet Relay Chat (IRC) protocol client library.\r
 \r