Originally Posted By: Mpot
Alright. I'm lost. Could you edit this to work on one channel only:

Code:
menu nicklist { 
  A-Voice Shitlist Nick:/write shitlist.mrc $$1 yes
}
Code:
menu nicklist {
  $iif(# == #channelname,A-Voice Shitlist Nick):write shitlist.mrc $$1 yes
}
Change "#channelname"


Originally Posted By: Mpot
Also, can you explain $iif? Is it like if in an if-then-else statement?
Click