Feature #1084
add an option to add a delay before auto joining a channel
0%
Description
I'm new to Quassel, just a couple of days actually, but this script is nice and small and exactly what I need, except for one thing. I was hoping that there was a way to add an option to add a time delay before auto joining a channel. I have to use the command /msg X auth user pass before using the /join command, unfortunately this particular network takes a few seconds to auth me but Quassel tries to /join before this gets done (then i get a must be auth'd to join error). So I'm having to rejoin manually, this is not good when my ISP constantly drops me from the network. Thanks a lot!
History
#1 Updated by marcel almost 13 years ago
I would like seeing this improvement to, but for now this works for me:
/msg Q@cserve.quakenet.org auth nick pw
/wait 1000
/nick nick
/mode nick +x
you could add a "/join #channel" under the "/wait". so quassel would retry to join your protected channel.
greetings,
marcel