From c686b16756062e243ffdd6ce2bb1dfb7c3be93c3 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 20 Dec 2014 11:45:17 +0200 Subject: [PATCH] User: this is core Supybot plugin, not module --- plugins/User/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]):