diff --git a/src/MiscCommands.py b/src/MiscCommands.py index d7d015e4b..69ea59285 100755 --- a/src/MiscCommands.py +++ b/src/MiscCommands.py @@ -150,6 +150,13 @@ class MiscCommands(callbacks.Privmsg): """ irc.reply(msg, world.version) + def source(self, irc, msg, args): + """takes no arguments + + Returns a URL saying where to get SupyBot. + """ + irc.reply(msg, 'http://www.sf.net/projects/supybot/') + def logfilesize(self, irc, msg, args): """takes no arguments