Ctcp: Update CTCP-Source reply. Closes GH-203.

This commit is contained in:
Valentin Lorentz 2011-09-11 16:43:21 +02:00
parent 151c6a0738
commit 904503e67e
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ class Ctcp(callbacks.PluginRegexp):
"\x01SOURCE\x01" "\x01SOURCE\x01"
self.log.info('Received CTCP SOURCE from %s', msg.prefix) self.log.info('Received CTCP SOURCE from %s', msg.prefix)
self._reply(irc, msg, self._reply(irc, msg,
'SOURCE http://www.sourceforge.net/projects/supybot/') 'SOURCE https://github.com/ProgVal/Limnoria')
def doNotice(self, irc, msg): def doNotice(self, irc, msg):
if ircmsgs.isCtcp(msg): if ircmsgs.isCtcp(msg):

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change """stick the various versioning attributes in here, so we only have to change
them once.""" them once."""
version = '0.83.4.1+limnoria (2011-09-02T20:03:44+0000)' version = '0.83.4.1+limnoria (2011-09-11T16:43:21+0200)'