mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2004
Posts: 540
A
Armada Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
This is in relation to this post.
Code Used:
on *:open:?:*: { echo -s Opened a window with $target }
Will echo when I am pm'd but when I /query Static nada, The result of the above post is he did an alias for the query command, but not sure if this is a true but or by design

Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
See my response in the above mentioned post as not to cross post.

Eamonn.

Joined: Aug 2003
Posts: 14
T
Pikka bird
Offline
Pikka bird
T
Joined: Aug 2003
Posts: 14
ai ai.. q -edit-

TWO ERRORS
You have to use:
on *:open:?: { echo -s Opened a window with $nick }
Without :*:

DIDN'T YOU NEVER READ THE [censored] MANUAL ? Type: /help on open, and be happy

THE EVENTS ONLY ARE TRIGGERED WHEN MESSAGES ARRIVE TO YOU..
the ON OPEN just will be processed when you type: //msg $me test

If you wanna use /query NICK, maybe you have to read the ON *:ACTIVE:?: event



Last edited by Mentality; 26/09/04 01:06 PM.
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
There's no need to be rude to other people smile

Regards,


Mentality/Chris
Joined: May 2004
Posts: 95
W
Babel fish
Offline
Babel fish
W
Joined: May 2004
Posts: 95
if you would actually read /help on open, you would see there is a matchtext.

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
hmm, people come here to ask, and asuming they didnt read the help file arent right.. they maybe just didnt understood it? i have been reading the help many times and miss understood things.. then i went here or somwhere else to ask for help, and often when the problem is pointed out to me i understood what i did wrong.. remember we are here to get help or give help, not be rude and scare away the ppl from this forum. help files are in english, and many users dont speak english that good "im one of them wink" so its easy to read things the wrong way, what looks simple to somone can be hard for somone else.. have this in mind cool


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: May 2004
Posts: 95
W
Babel fish
Offline
Babel fish
W
Joined: May 2004
Posts: 95
my post was just a bit of fun. Token said to read the help file in a not so very nice way, while he was wrong himself.


Link Copied to Clipboard