mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Ctcp: Update CTCP-Source reply. Closes GH-203.
This commit is contained in:
parent
151c6a0738
commit
904503e67e
@ -107,7 +107,7 @@ class Ctcp(callbacks.PluginRegexp):
|
||||
"\x01SOURCE\x01"
|
||||
self.log.info('Received CTCP SOURCE from %s', msg.prefix)
|
||||
self._reply(irc, msg,
|
||||
'SOURCE http://www.sourceforge.net/projects/supybot/')
|
||||
'SOURCE https://github.com/ProgVal/Limnoria')
|
||||
|
||||
def doNotice(self, irc, msg):
|
||||
if ircmsgs.isCtcp(msg):
|
||||
|
@ -1,3 +1,3 @@
|
||||
"""stick the various versioning attributes in here, so we only have to change
|
||||
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)'
|
||||
|
Loading…
Reference in New Issue
Block a user