Code:
#barfailure on
On 1:text:Bartender*:#:{
  if (cola isin $1-) {
    set %nicknum $nick($chan,0)
    set %nick1 1
  }
  while (%nicknum >= %nick1) {
    if ($nick($chan,%nick1) isin $1-) {
      set $+(%,test,%nick1) $chr(44) and $nick($chan,%nick1)      
    } 
    inc %nick1
  }
  if (((i isin $1-) || (me isin $1-) || (myself isin $1-))) {  
    describe $chan $read(cola.txt,t) $+($nick,%test1,%test2,%test3)
  }
  else {
    describe $chan $read(cola.txt,t) $+(%test1,%test2,%test3)
  }
  unset %test*
}
#barfailure end


its 5:30 am so im thinking i should sleep and beat my head against it tomorrow

Last edited by NeUtRoN_StaR; 07/01/06 11:30 AM.