diff --git a/src/Owner.py b/src/Owner.py index 1124de833..89a3a0ceb 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -665,8 +665,11 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): def disable(self, irc, msg, args): """[] - Disables the command for all non-owner users. If - is given, only disables the from . + Disables the command for all users (including the owners). + If is given, only disables the from . If + you want to disable a command for most users but not for yourself, set + a default capability of -plugin.command or -command (if you want to + disable the command in all plugins). """ (plugin, command) = privmsgs.getArgs(args, optional=1) if not command: @@ -683,8 +686,9 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): def enable(self, irc, msg, args): """[] - Enables the command for all non-owner users. If - if given, only enables the from . + Enables the command for all users. If + if given, only enables the from . This command is + the inverse of disable. """ (plugin, command) = privmsgs.getArgs(args, optional=1) try: