mIRC Homepage
Posted By: BlackAle ON LOGON... - 24/06/03 09:59 AM
I want to use the ON LOGON event to set my nick as I connect rather than what mIRC sets it to by default.

If I understand it correctly I need to use

Code:
on ^*:LOGON:*: {
 PASS ?
 NICK frazzle
 USER ?
 halt
}


...but what exactly do I send for PASS & USER?
Posted By: Collective Re: ON LOGON... - 24/06/03 11:59 AM
You could have just used /debug...

PASS password
NICK nickname
USER firstpartofemail "secondpartofemail" "server" :name

password = password to connect with
nickname = nickname to use
firstpartofemail = part before @ in email setting
secondpartofemail = part after @ in email setting
server = server you're connecting to
name = name
Posted By: BlackAle Re: ON LOGON... - 24/06/03 02:05 PM
thanks, duh yeah I feel so stupid now.
© mIRC Discussion Forums