diff --git a/plugins/User/plugin.py b/plugins/User/plugin.py index bbf8d9df9..87968b455 100644 --- a/plugins/User/plugin.py +++ b/plugins/User/plugin.py @@ -45,7 +45,7 @@ _ = PluginInternationalization('User') class User(callbacks.Plugin): """Provides commands for dealing with users, such as registration and - authentication to the bot. This is a core Supybot module that should + authentication to the bot. This is a core Supybot plugin that should not be removed!""" def _checkNotChannel(self, irc, msg, password=' '): if password and irc.isChannel(msg.args[0]):