Useful if simple nick alias

By tra_orex on Sep 08, 2009

This probably won't be useful to many and its not some big breakthrough in scripting, took maybe 5 minutes cus i type slow but here it is. It just makes it so when you change your nick to something such as tra_orex|away, tra_orex|district9, tra_orex|hw, etc.... but don't wanna fill your nicklist with one-time use shit, this groups and regs your nick temporarily until you change it. I use this cus i have a shitty dorm connection and get disconnected frequently ending up w/o op cus I'm tra_orex|away. downside is gettink used to a new alias for changing nicks but meh...

just go to vars and make a list of your nicks as %my.nicks

tbh, product of boredom....

alias nik {
  if ($nick isin %my.nicks) {
    if ($1 isin %my.nicks) { /nick $1 }
    else { 
      { /nick $1 }
      { .timer 1 3 .msg nickserv group <main.nick> <pass> }
    }
    halt
  }
  else { 
    { /msg nickserv drop }
    if ($1 isin %my.nicks) { /nick $1 }
    else {
      { /nick $1 }
      { .timer 1 3 .msg nickserv group <main.nick> <pass> }
    }
    halt
  }
}

Comments

Sign in to comment.
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.