mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 19:44:13 +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):
|
def reload(self, irc, msg, args):
|
||||||
"""<plugin>
|
"""<plugin>
|
||||||
|
|
||||||
Unloads and subsequently reloads the callback by name; use the 'list'
|
Unloads and subsequently reloads the plugin by name; use the 'list'
|
||||||
command to see a list of the currently loaded callbacks.
|
command to see a list of the currently loaded plugins.
|
||||||
"""
|
"""
|
||||||
name = privmsgs.getArgs(args)
|
name = privmsgs.getArgs(args)
|
||||||
callbacks = irc.removeCallback(name)
|
callbacks = irc.removeCallback(name)
|
||||||
|
Loading…
Reference in New Issue
Block a user