Fix IRCContext.send_messages
This commit is contained in:
parent
ea3acbfb2a
commit
423f7e352c
@ -74,7 +74,7 @@ class IRCContext:
|
|||||||
max_targets = Features["TARGMAX"][send_type]
|
max_targets = Features["TARGMAX"][send_type]
|
||||||
while targets:
|
while targets:
|
||||||
using, targets = targets[:max_targets], targets[max_targets:]
|
using, targets = targets[:max_targets], targets[max_targets:]
|
||||||
cls._send([message], "", " ", targets[0].client, send_type, ",".join([t.nick for t in using]))
|
cls._send([message], "", " ", using[0].client, send_type, ",".join([t.nick for t in using]))
|
||||||
|
|
||||||
cls._messages.clear()
|
cls._messages.clear()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user