but if i want to use it in:
on *:text:!straffa &:#: {
{ msg # $nick $read(straffa.txt)
}
}

and i want to do that no one can use !straffa on the nick fobiC.. i just guessed here and its totally wrong i think but..
on *:text:!straffa &:#: {
IF ($nick == fobiC) {return}
{ msg # $nick $read(straffa.txt)
}
}