mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Since when is there a reload command in Misc?
This commit is contained in:
parent
0c53779a1b
commit
7ebfa3f3da
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user