diff --git a/src/Owner.py b/src/Owner.py index 0f313c670..48088fe39 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -388,8 +388,8 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): def reload(self, irc, msg, args): """ - 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)