I haven't had a need for this before, but now I do, and I don't know how to accomplish it. This seems like it could be a problem, because I need my nick to be Blake81 if $network = ScanGeorgia. That'll be a problem though, because I can't connect to the server unless my name is correct, and network won't equal anything if I'm not connected, right? Thanks.
the ON COnnect code still functions at good speed during connect before the server finds out your "Nick"
ON *:CONNECT:{
if ($network == whatevernetwork) { nick nickforthisnetwork | msg nickserv identify password for that nick }
elseif ($network == whatevernetwork for next network) { nick nickforthisnetwork | msg nickserv identify password for that nick }
elseif { again same as on top }
elseif { again same as on top }
}
you get the point