mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
You could try using /emailaddr
If this doesn't work directly, you could also force a disconnect then a reconnect using a combination of the ON DISCONNECT and an offline timer.

Joined: Feb 2009
Posts: 10
U
Pikka bird
OP Offline
Pikka bird
U
Joined: Feb 2009
Posts: 10
Originally Posted By: RusselB
/help /emailaddr


I know how to change the e-mail address. That wasn't the question.

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
read edited post

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
see /help ON LOGON, you can hook into the connection process before mIRC sends out user info.

Just as a note by the way, you mentioned something about how mIRC should differentiate a variable from punctuation because it's "not alphanumeric". There is no rule that variables are only made up of alphanumeric characters. In reality, any of the 255 characters except $chr(32) and a few other specials can be used in a variable name: //set %x $+ $chr(9) xyz | echo -a $($+(%,x,$chr(9)),2) (chr9 is the tab character by the way) -- there is no way for mIRC to differentiate in this case.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
In addition to argv0's post regarding the variables, I have yet to see a program that doesn't accept the . as an alphanumeric character, as it is used on a numeric basis as a decimal for numbers that could be displayed as a fraction, rather than a whole number.

Page 2 of 2 1 2

Link Copied to Clipboard