mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 10:42:55 +01:00
PyChecker updates.
This commit is contained in:
parent
1c84dd676b
commit
bb0aa6f4cc
@ -40,7 +40,6 @@ import supybot.fix as fix
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
import getopt
|
import getopt
|
||||||
import string
|
|
||||||
import fnmatch
|
import fnmatch
|
||||||
from itertools import imap, ifilter
|
from itertools import imap, ifilter
|
||||||
|
|
||||||
@ -51,8 +50,6 @@ import supybot.ircutils as ircutils
|
|||||||
import supybot.privmsgs as privmsgs
|
import supybot.privmsgs as privmsgs
|
||||||
import supybot.callbacks as callbacks
|
import supybot.callbacks as callbacks
|
||||||
|
|
||||||
import supybot.Config as Config
|
|
||||||
|
|
||||||
class User(callbacks.Privmsg):
|
class User(callbacks.Privmsg):
|
||||||
def _checkNotChannel(self, irc, msg, password=' '):
|
def _checkNotChannel(self, irc, msg, password=' '):
|
||||||
if password and ircutils.isChannel(msg.args[0]):
|
if password and ircutils.isChannel(msg.args[0]):
|
||||||
|
Loading…
Reference in New Issue
Block a user