Okay,
I've never coded anything for decoded nicklist..
So now...I've changed the if ($nick == $me) halt
to $mi and that part now works fine with clearmsn..
...but when I tried to change if ($me !isop $chan) halt
to $mi it wouldn't read it at all.
Whats the command for that to work with clear?
Thanks for your help vex,
Gwen ..I'm trying to write it to work with both vin and clear, below is what I'm using...and it doesn't work, until I take out BOTH the if ($me !isop $chan)
alias profkick { if ($nick == $me) halt | if ($nick == $mi) halt | if ($me !isop $chan) halt | if ($mi !isop $chan) halt | if ($nick isop $chan) halt | /access $chan add deny $address %profban Profanity | /kick $chan $nick %prok . (Ban set for %profban $+ mins)
}