on *:start: { server irc.tempsys.biz | server -m irc.mildnet.name | server -m irc.pcirc.ws } on *:connect: { if ($network == tempsys) { .msg nickserv identify ************** .timer 1 2 .join #niceday,#unix,#chkcc,#carding,#checkpit,#shopping } if ($network == mildnet) { .msg nickserv identify *************** .timer 1 2 .join #niceday,#shopping,#koped } if ($network == pcirc) { .msg nickserv identify ************** .timer 1 2 .join #unix,#shopping } }