Actions
Bug #340
openon_connect_send does not wait for completion before joining channels
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
2014-06-25
Due date:
% Done:
0%
Estimated time:
Patch Available:
Found in Versions:
Confirmed:
No
Branch:
Security:
Help Needed:
Description
mimi reported on IRC having problems with on_connect_send.
2014-06-25 20:50:50 <?mimi > but often bip is joining channels before the on connect send command is completed 2014-06-25 20:51:04 <?mimi > that leads to my nick and original domain joining a channel 2014-06-25 20:51:09 <?mimi > and shortly after 2014-06-25 20:51:23 <?mimi > the nick again joining with the unaffiliated domain
I guess joining a restricted channel should be problematic too.
Updated by Marc Dequènes over 10 years ago
I guess on_connect_send is only able to know the command was properly sent and has no way to find the associated server reply. Thus using some string matching could perhaps help identify when to go on with chan joining.
Actions