mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-05-02 16:31:10 -05:00
Merge branch 'master' of https://github.com/ncoevoet/ChanTracker
This commit is contained in:
commit
c2305c0433
@ -55,8 +55,6 @@ cache = utils.structures.CacheDict(4000)
|
||||
|
||||
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)
|
||||
modes = args
|
||||
if msg and not prefix:
|
||||
prefix = msg.prefix
|
||||
|
Loading…
x
Reference in New Issue
Block a user