So on ^*:LOGON:*: does before any connecting at all like:
before:
[10:58:57] * Connecting to 127.0.0.1 (+6697)
-
[10:58:59] -server- *** Looking up your hostname...
-
[10:58:59] -server- *** Found your hostname
-
Welcome to the s IRC Network test!test@localhost
Your host is server, running version Unreal3.2.7
and on *:LOGON:*: does it after the MOTD and before anything else
is that correct?
so would this be ok:
on ^*:LOGON:*:{
IF ($network == test) {
/nick 1
/anick 2
/identd on 3
/fullname 4
/emailaddr 5
}
}
also does it matter which network is shown in tools --> options --> server under IRC network as sometimes it goes to all networks and just has the specific server under IRC server - as perform still picks up the network ok I assume it will be ok in this case too?