/chans
Posted by Direkii
Tuesday, April 27, 2004
Description: just a lil script i made that displays how many chans your in and the chans themself


alias chans {
  var %chanc = $chan(0)
  var %chan.c = 1
  while (%chan.c <= %chanc) {
    if (!%chans) { set %chans $chan(1) - | inc %chan.c }
    if (%chan.c == %chanc) { set %chans.temp %chans $chan(%chan.c) | set %chans %chans.temp | inc %chan.c }
    else { set %chans.temp %chans $chan(%chan.c) - | set %chans %chans.temp | inc %chan.c }
  }
  msg $active I am currently in $iif($chan(0) == 1,1 Chan,$chan(0) Chan's) Consisting of: %chans
  unset %chans
  unset %chans.temp
}


ex return: I am currently in 7 Chan's Consisting of: #digx.servers - #IRPG200 - #script - #Team.aE - #Team.ae-Priv - #teamdominion - #toronto
ops, voice
Posted by DarkJFMan
Tuesday, June 01, 2004 03:08pm PDT
I just wonder, can you add also add,  which chan you're op and/or voice.

ex return: I am currently in 7 Chan's Consisting of: @#digx.servers - @#IRPG200 - @#script - +#Team.aE - +#Team.ae-Priv - +#teamdominion - #toronto
Subject line
Posted by Direkii
Friday, September 10, 2004 03:34pm PDT
i have but i dont know where i put the updated script
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world