mIRC Home    About    Download    Register    News    Help

Print Thread
#54777 14/10/03 06:54 PM
W
wrappy
wrappy
W
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
T
theRat
theRat
T
probably on servernotice catches that...

#54779 14/10/03 10:08 PM
W
wrappy
wrappy
W
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,057
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,057
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?)


Link Copied to Clipboard