Added a defaultplugin for ignore to Admin.

This commit is contained in:
Jeremy Fincher 2004-02-04 00:34:42 +00:00
parent 43af36e5f5
commit 3deab7b599

View File

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