mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
s/callback/plugin/g
This commit is contained in:
parent
c1f88120f0
commit
44728222eb
@ -388,8 +388,8 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
|
||||
def reload(self, irc, msg, args):
|
||||
"""<plugin>
|
||||
|
||||
Unloads and subsequently reloads the callback by name; use the 'list'
|
||||
command to see a list of the currently loaded callbacks.
|
||||
Unloads and subsequently reloads the plugin by name; use the 'list'
|
||||
command to see a list of the currently loaded plugins.
|
||||
"""
|
||||
name = privmsgs.getArgs(args)
|
||||
callbacks = irc.removeCallback(name)
|
||||
|
Loading…
Reference in New Issue
Block a user