It’s on rawmode. But rawmode simply takes the raw command and then you need to process it.
So for example:
on *:RAWMODE:#chan:{
if ($1 == +o) msg $chan $2 was just opped.
}
It’s on rawmode. But rawmode simply takes the raw command and then you need to process it.
So for example:
on *:RAWMODE:#chan:{
if ($1 == +o) msg $chan $2 was just opped.
}