s/callback/plugin/g

This commit is contained in:
Jeremy Fincher 2003-12-16 19:57:18 +00:00
parent c1f88120f0
commit 44728222eb

View File

@ -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)