Added source command

This commit is contained in:
Jeremy Fincher 2003-03-28 08:41:11 +00:00
parent fc1b9f8cdb
commit 9e97a96c98
1 changed files with 7 additions and 0 deletions

View File

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