I am an IRCOP on a network and was wondering that if there was a way to reconnect to the server after a local kill.

Currently I have:

on ^*:SNOTICE:*Received KILL message*: { $iif($8 == $me, server serverhere 6667, halt) }

here is how I have the snotice being displayed

(09:23pm) [Server Notice] *** Notice -- Received KILL message for Brad. From werd Path: XXX.XXX.XXX.XXX!werd (uggghhh climax)

I used $iif(c,t,f) cause if it isn't me getting killed I want to log it.. I just want to get the reconnecting working right now and can't seem to do so.

Thanks for any help