mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2003
Posts: 24
K
Ameglian cow
OP Offline
Ameglian cow
K
Joined: Jul 2003
Posts: 24
I haven't checked any other types of events besides on TEXT and INPUT, so I don't know if this happens in more places. I have an on TEXT event and an on INPUT event where the target is set to "#,?" like the following

on *:INPUT:#,?: { ... }
on *:TEXT:*:#,?: { ... }

The INPUT event only triggers in channels, while the TEXT event triggers in both channels and queries. If I reverse them (?,#), it still works in both locations for the TEXT event, but now only works in queriest for the INPUT event.

Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
hmmm that is weird indeed, never noticed that

are you sure you don't have another input event catching things somewhere else which might cause problems?


If it ain't broken, don't fix it!
Joined: Oct 2003
Posts: 313
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 313
Looking at the help file, on text specifically allows multiple _channel_ targets ( :<*><?><#[,#]>: ). On input doesn't ( :<*#?=!@>: ).

The on text behaviour may be an artifact...I don't see anything obvious in versions.txt that implies anything has changed from the helpfile syntax definition.


Sais
Joined: Jul 2003
Posts: 24
K
Ameglian cow
OP Offline
Ameglian cow
K
Joined: Jul 2003
Posts: 24
Okay... should i post this in the feature requests section then?

Joined: Oct 2003
Posts: 313
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 313
If it's not already there. I have to admit I didn't check. Feel free to do the legwork laugh


Sais

Link Copied to Clipboard