mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +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.addCallback(callback)
|
||||||
irc.reply(msg, conf.replySuccess)
|
irc.reply(msg, conf.replySuccess)
|
||||||
|
|
||||||
|
'''
|
||||||
def superreload(self, irc, msg, args):
|
def superreload(self, irc, msg, args):
|
||||||
"""<module name>
|
"""<module name>
|
||||||
|
|
||||||
@ -267,6 +268,7 @@ class OwnerCommands(CapabilityCheckingPrivmsg):
|
|||||||
name = getArgs(args)
|
name = getArgs(args)
|
||||||
world.superReload(__import__(name))
|
world.superReload(__import__(name))
|
||||||
irc.reply(msg, conf.replySuccess)
|
irc.reply(msg, conf.replySuccess)
|
||||||
|
'''
|
||||||
|
|
||||||
def reload(self, irc, msg, args):
|
def reload(self, irc, msg, args):
|
||||||
"""<callback name>
|
"""<callback name>
|
||||||
|
Loading…
Reference in New Issue
Block a user