Since when is there a reload command in Misc?

This commit is contained in:
James Vega 2004-01-29 16:46:18 +00:00
parent 0c53779a1b
commit 7ebfa3f3da

View File

@ -110,7 +110,7 @@ conf.registerGlobalValue(conf.supybot.commands.defaultPlugins,
conf.registerGlobalValue(conf.supybot.commands.defaultPlugins, conf.registerGlobalValue(conf.supybot.commands.defaultPlugins,
'removecapability', registry.String('Admin', '')) 'removecapability', registry.String('Admin', ''))
conf.registerGlobalValue(conf.supybot.commands.defaultPlugins, conf.registerGlobalValue(conf.supybot.commands.defaultPlugins,
'reload', registry.String('Misc', '')) 'reload', registry.String('Owner', ''))
class Owner(privmsgs.CapabilityCheckingPrivmsg): class Owner(privmsgs.CapabilityCheckingPrivmsg):
# This plugin must be first; its priority must be lowest; otherwise odd # This plugin must be first; its priority must be lowest; otherwise odd