mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 02:32:42 +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 getopt
|
||||
import string
|
||||
import fnmatch
|
||||
from itertools import imap, ifilter
|
||||
|
||||
@ -51,8 +50,6 @@ import supybot.ircutils as ircutils
|
||||
import supybot.privmsgs as privmsgs
|
||||
import supybot.callbacks as callbacks
|
||||
|
||||
import supybot.Config as Config
|
||||
|
||||
class User(callbacks.Privmsg):
|
||||
def _checkNotChannel(self, irc, msg, password=' '):
|
||||
if password and ircutils.isChannel(msg.args[0]):
|
||||
|
Loading…
Reference in New Issue
Block a user