mIRC Home    About    Download    Register    News    Help

Print Thread
#98256 22/09/04 01:29 AM
Joined: Nov 2003
Posts: 257
A
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Nov 2003
Posts: 257
I use raw 366 to echo the nicklist to the channel but when there is a certain amount of users i don't want my screen to get flooded and i would like it turned off. How do i halt this if the channel has lets say, 100 or more users

raw 366:*:{
set %sync $readini data.ini joinsync $2
joinsync $2
}

#98257 22/09/04 02:26 AM
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
Simply add an if statement to check if ($nick($2,0) < 100) before performing the commands


Link Copied to Clipboard