mIRC Home    About    Download    Register    News    Help

Print Thread
#54777 14/10/03 06:54 PM
Joined: Dec 2002
Posts: 2
W
wrappy Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
W
Joined: Dec 2002
Posts: 2
Hello,

I am missing an event to catch info text. For example the text from /flush.

Therefore i suggest:

ON *:INFO:*matchtext*: { }

Greetings, wrappy

#54778 14/10/03 09:58 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
probably on servernotice catches that...


Code:
//if ( khaled isgod ) echo yes | else echo no
#54779 14/10/03 10:08 PM
Joined: Dec 2002
Posts: 2
W
wrappy Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
W
Joined: Dec 2002
Posts: 2
no, sadly not. there is no chance to catch that text. the only way is to filter the $active for the text, but that is not good. it should be very easy to implement on *:info:*matchtext*: {}


#54780 14/10/03 11:57 PM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
I would very much like to be able to catch some of mIRC's default texts... things like:

Code:
[15th?01:05:44] * Connect retry #1 irc.some.net (6667)
[15th?01:06:05] * Unable to resolve server
[15th?01:05:41] * [10053] Software caused connection abort
[15th?01:05:41] * Disconnected <== able to haltdef this on in the on DISCONNECT event...
[14th?19:22:46] Local host: ??????????????? (???.???.???.???)
[14th?00:31:20] * Connecting to irc.some.net (6667) <== able to haltdef that in some kind of on LOGON (that doesn't work the way on LOGON is now...)
* Retrieving #Channel modes...


all of these kind of messages which mIRC doesn't let you parse by build in event or otherwise (xept maybe dll's?)


If it ain't broken, don't fix it!

Link Copied to Clipboard