Merge pull request #960 from Mikaela/user

User: this is core Supybot plugin, not module
This commit is contained in:
Valentin Lorentz 2014-12-20 10:48:30 +01:00
commit 92601ef845
1 changed files with 1 additions and 1 deletions

View File

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