I have a similiar question. Lets say I added 10 people to the list and I want to show the whole list not one line. How is that possible? And I dont want me or ChanBot to show up on the list.
R Alien: You wuold have to put their names in manually or make a script like:
Code:
on *:Join:#: {
 set $+(%,user.,$nick) 
}
on *:Text:!User List:#: {
/notice $nick <-- and thats far as I got, heh.

Last edited by CraZyHanD; 05/11/05 02:05 PM.