mIRC Home    About    Download    Register    News    Help

Print Thread
K
KilledInAction
KilledInAction
K
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,057
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,057
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?

Joined: Oct 2003
Posts: 284
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 284
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.

K
KilledInAction
KilledInAction
K
Okay... should i post this in the feature requests section then?

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


Link Copied to Clipboard