From: Ian Jackson Date: Wed, 5 Aug 2009 12:11:54 +0000 (+0100) Subject: Found in rapun:/home/matthew/programming/irc; only cvs id changes X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=commitdiff_plain;h=93a72f4dd06f9e0d1a6fe1857710e0c961603f91;hp=23d9a2bd1a4a2e67d1b5dafa1526eee590509df8 Found in rapun:/home/matthew/programming/irc; only cvs id changes --- diff --git a/acrobat-chiark-0.2.py b/acrobat-chiark-0.2.py index bcc25dc..15d2878 100755 --- a/acrobat-chiark-0.2.py +++ b/acrobat-chiark-0.2.py @@ -1,5 +1,5 @@ #!/usr/bin/env python2 -# $Id$ +# $Id: acrobat-chiark-0.2.py,v 1.20 2002/10/06 16:04:42 matthew Exp $ # # Joel Rosdahl # Andrew Walkingshaw @@ -151,7 +151,7 @@ class Acrobat(SingleServerIRCBot): # 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: diff --git a/acrobat.py b/acrobat.py index 0305f94..59b9c86 100755 --- a/acrobat.py +++ b/acrobat.py @@ -51,7 +51,7 @@ class Acrobat(SingleServerIRCBot): [(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 diff --git a/ircbot.py b/ircbot.py index f83c822..ce229f2 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. diff --git a/irclib.py b/irclib.py index 5645ae5..7dea46a 100644 --- a/irclib.py +++ b/irclib.py @@ -16,7 +16,7 @@ # # Joel Rosdahl # -# $Id$ +# $Id: irclib.py,v 1.1 2002/02/07 09:15:32 matthew Exp $ """irclib -- Internet Relay Chat (IRC) protocol client library.