Correct the URL reported by Misc.source

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
James McCoy 2014-01-05 22:35:28 -05:00
parent 4d677dbcf5
commit 949c093952
1 changed files with 1 additions and 1 deletions

View File

@ -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):