Jethro commented on a Page, DeVoice Tool  -  Jan 25, 2011

There are two parts of your code can be made shorter:> Menu @Devoice {
Refresh List: {
$iif($window(@Devoice),clear $v1,window $v1 -l)
filter -fw dvupkeep.txt @Devoice
}
}That substitutes for if-then-else condition.

on @*:JOIN:#: {
if ( $read(dvupkeep.txt, s, $address($nick,1) ) != $null ) { notice $nick You are still muted. }
else { mode # +v $nick }
}The @ is defined as: if ($me isop $chan) {

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.