menu nicklist {
$iif(# == #mpot,A-Voice Control)
$iif(# == #mpot,.Shitlist Nick):/write shitlist.mrc $$1 yes
$iif(# == #mpot,.Unshitlist Nick):{
elseif ($read(shitlist.mrc, s, $$1) == yes) { /write -ds $+ $$1 shitlist.mrc | /echo -a Unshitlisted Nickname. }
elseif ($read(shitlist.mrc, s, $$1) != yes) { /echo -a Nickname is not shitlisted. }
}
}