is there a way to let a script responde to a raw 421
and set a variable 1 or 0
this is what i have
on *:text:!raw*:?:{
.raw $2-
if (%rawsucces == 1) {
.msg $nick raw command was succesfull
}
else {
.msg $nick raw command was unsuccesfull
}
}
how can i make it look up raw 421 and set %rawsucces 1
so it can respond