mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-26 21:11:13 -05:00
fix previous commit
This commit is contained in:
parent
28608be5da
commit
0707bf38e4
@ -53,7 +53,7 @@ ircutils._hostmaskPatternEqualCache = utils.structures.CacheDict(4000)
|
||||
|
||||
cache = utils.structures.CacheDict(4000)
|
||||
|
||||
def modes(channel, args=(), prefix='', msg=None):
|
||||
def applymodes(channel, args=(), prefix='', msg=None):
|
||||
"""Returns a MODE that applies changes on channel."""
|
||||
if conf.supybot.protocols.irc.strictRfc():
|
||||
assert isChannel(channel), repr(channel)
|
||||
|
Loading…
x
Reference in New Issue
Block a user