Hi there,
Looking at doing something like i have for onvoice and onop but with hop's - i just cant find anyway of doing it
ON *:OP:*: {
if ($opnick = $me) {
inc %op.count
/msg $chan 4.:. Thanks7 $nick 4for the OP's (I have been OP'd %op.count Time's) .:.
}
}
which works fine - i just cant get anything to work with half op's.
Any ideas?
[Edit]
Amusingly, as is always the way, i figured it out about 2 minutes after posting this lol
ON *:HELP:*: {
if ($hnick = $me) {
inc %hop.count
/msg $chan 4.:. Thanks7 $nick 4for the HOP (+h) (I have been HOP'd %hop.count Time's) .:.
}
}
