mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Merge pull request #960 from Mikaela/user
User: this is core Supybot plugin, not module
This commit is contained in:
commit
92601ef845
@ -45,7 +45,7 @@ _ = PluginInternationalization('User')
|
|||||||
|
|
||||||
class User(callbacks.Plugin):
|
class User(callbacks.Plugin):
|
||||||
"""Provides commands for dealing with users, such as registration and
|
"""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!"""
|
not be removed!"""
|
||||||
def _checkNotChannel(self, irc, msg, password=' '):
|
def _checkNotChannel(self, irc, msg, password=' '):
|
||||||
if password and irc.isChannel(msg.args[0]):
|
if password and irc.isChannel(msg.args[0]):
|
||||||
|
Loading…
Reference in New Issue
Block a user