From 71bd193c16198dedba60e3ca4726a7c67287a707 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 29 Apr 2003 13:00:04 +0000 Subject: [PATCH] Turned off superreload command. --- src/privmsgs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/privmsgs.py b/src/privmsgs.py index 1cc3b83fd..29bfb69f8 100644 --- a/src/privmsgs.py +++ b/src/privmsgs.py @@ -258,6 +258,7 @@ class OwnerCommands(CapabilityCheckingPrivmsg): irc.addCallback(callback) irc.reply(msg, conf.replySuccess) + ''' def superreload(self, irc, msg, args): """ @@ -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): """