I think you're asking how to cause the 312 numeric take action only at 1 network and not at any others? If so, you can begin the 312 handler like:

Code:
if ($network != dalnet) return


(or whatever is the name value used by your network)