Quote:
on *:join:#: {
if ($chan == #plounge) {
if ($mid($nick,1,3) == [p]) {
mode $chan +o $nick
}
}
}[/code]
I used if $mid instead of iswm so that if somebody is omg[p]rocks, they won't be oped.


The original poster mentioned it was acceptable for [p] to be anywhere in the nickname.