diff --git a/src/privmsgs.py b/src/privmsgs.py index 8383765c7..44b7967d5 100644 --- a/src/privmsgs.py +++ b/src/privmsgs.py @@ -301,6 +301,11 @@ class OwnerCommands(CapabilityCheckingPrivmsg): irc.addCallback(callback) irc.reply(msg, conf.replySuccess) + def superreload(self, irc, msg, args): + name = getArgs(args) + world.superReload(__import__(name)) + irc.reply(msg, conf.replySuccess) + def reload(self, irc, msg, args): """