Yes, you can add to this line of code any numeric values of messages from the "
Whois" answer that were not discussed earlier, but appeared later under different circumstances and you want those messages to be hidden as well.
Please fix/edit the code in your post, as it contains a color tag
[color]
that cannot be used inside a multi-line code. If someone copies this piece of code from your post and tries to use it, it may result in the script breaking or an error, or at best, the message with the numerical value "
350" will not be hidden.
It should be like this:
#islogged off
raw *:*:{
if ($numeric isnum 307-320) || ($numeric isnum 615-617) { haltdef }
if ($istok(301 330 335 338 344 350 378 379 671,$numeric,32)) { haltdef }
if (*is logged* iswm $2-) { set %islogged $3 | haltdef }
if ($numeric == 318) {
$iif(%islogged,ban_reg_user $2 $v1,ban_noreg_user $2)
unset %islogged | .disable #islogged
}
}
#islogged end