mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 17:39:27 +01:00
Turned off superreload command.
This commit is contained in:
parent
3c33583454
commit
71bd193c16
@ -258,6 +258,7 @@ class OwnerCommands(CapabilityCheckingPrivmsg):
|
||||
irc.addCallback(callback)
|
||||
irc.reply(msg, conf.replySuccess)
|
||||
|
||||
'''
|
||||
def superreload(self, irc, msg, args):
|
||||
"""<module name>
|
||||
|
||||
@ -267,6 +268,7 @@ class OwnerCommands(CapabilityCheckingPrivmsg):
|
||||
name = getArgs(args)
|
||||
world.superReload(__import__(name))
|
||||
irc.reply(msg, conf.replySuccess)
|
||||
'''
|
||||
|
||||
def reload(self, irc, msg, args):
|
||||
"""<callback name>
|
||||
|
Loading…
Reference in New Issue
Block a user