Project

General

Profile

Feature #1084

add an option to add a delay before auto joining a channel

Added by derailius almost 13 years ago. Updated over 12 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/22/2011
Due date:
% Done:

0%

Estimated time:
OS:
Windows

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 over 12 years ago

I would like seeing this improvement to, but for now this works for me:

/msg 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

Also available in: Atom PDF