I'm sure this has been brought up in the past but I haven't seen it.

It would be nice to be able to have a network halt in a prefix.

Code:
Instead of:
on !@*:join:#:{
if ($network != NETWORK) return
}


Code:
Something like:
on network.name:!@*:join:#:{ }


Means the event will only trigger if network.name matches $network or $server if that seems better/safer.

Thank you.