mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
Correct the URL reported by Misc.source
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
parent
4d677dbcf5
commit
949c093952
@ -227,7 +227,7 @@ class Misc(callbacks.Plugin):
|
||||
|
||||
Returns a URL saying where to get Supybot.
|
||||
"""
|
||||
irc.reply('My source is at http://supybot.com/')
|
||||
irc.reply('My source is at http://sourceforge.net/projects/supybot/')
|
||||
source = wrap(source)
|
||||
|
||||
def more(self, irc, msg, args, nick):
|
||||
|
Loading…
Reference in New Issue
Block a user