alias nickchange { inc %z if ($read(nick.txt,n,%z)) { nick $gettok($v1,1,58) ns identify $gettok($v1,2,58) } else { %z = 0 .timer 1 0 nickchange } }