Auto-join for target changes
Posted by KilledInAction
Friday, March 19, 2004
Description: I hate target changes
Oooh look another snippet (a one-liner!) that I had lying around and found so I thought I'd share it..
Basically just automatically joins all of your channels that you get target changes for.
PS. Instead of using /msg in your auto-perform for things like IRPG etc... use the server command /cprivmsg <nick> <*common* channel> your message. You cannot use this for authserv since you do not have a common channel with it. Cprivmsg doest not use up one of you targets and allows you to pm people shortly after you connect to a server.
Oooh look another snippet (a one-liner!) that I had lying around and found so I thought I'd share it..
Basically just automatically joins all of your channels that you get target changes for.
raw 439:*: { .timer 1 $calc($9 + 10) join $2 | haltdef }PS. Instead of using /msg in your auto-perform for things like IRPG etc... use the server command /cprivmsg <nick> <*common* channel> your message. You cannot use this for authserv since you do not have a common channel with it. Cprivmsg doest not use up one of you targets and allows you to pm people shortly after you connect to a server.