Opped channel joiner

By Acclamator on Feb 01, 2009

This thing joins the channels you have ops in, up to about 20 channels, because mirc gets cranky when you try to have more than 20 channels open at once.
usage: /jop (short for joinop)
/jop uses /ns alist to get a list of channels you are opped on, then joins them, and this script uses a varible trigger, so typing /ns alist yourself wont trigger it.

alias jop { set %blah 1 | ns alist | query nickserv }
on *:text:*:?: if (%blah == 1) && ($nick == nickserv) && ($regex($2,/#/) == 1) { join $2 } | elseif ($regex($1-,/End/) == 1) { unset %blah }

Comments

Sign in to comment.
Acclamator   -  Feb 05, 2009

thank you for the throttle idea

 Respond  
Cheiron   -  Feb 02, 2009

alot of servers will default the number of channels you are able to connect too so always remember that. alot of unreal ones will stop you at 10 channels at anyone time. nice different take though for the autojoin. one slight issue though..
you may wish to throttle the join times on connect. if you join more than so many channels at once you may also poof yourself off the server. add a little variable timer or something just to protect yourself. otherwise... gets a 7/10 from me

 Respond  
PuNkTuReD   -  Feb 02, 2009

nice new appraoach to auojoinig certain channels
8/10

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.