mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Added source command
This commit is contained in:
parent
fc1b9f8cdb
commit
9e97a96c98
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user