hi i was scripting again, trying to make an identifier that recognizes whether a channel is xdcc or not. That doesn't matter right now, heres the problem.
i am trying to use $fline() to reutrn the number of VOICED nicknames that are *-* catering for that wildcard. so it'll find names like [XDCC]-bot1 etc. but i want it to return nicks that are +*-* but it doesn't seem to return anything...
heres what i'm using $fline(#,+*-*,0,1), should that return the total number of nicks in the listbox that satisfy the wildcard?? it doesn't seem to work if you add a wildcard for their channel mode.
hope it works