How about being able to use OR in event parsing, for example:
on 1:text:!update:#mirc: || on 1:input:!update:#mirc: { dostuff }
...or some variation
this would be good for long codes or existing scripts that would be a pain to split into aliases and parameter passed from each event.
I realise there might be some small conflicts with identifiers such as $nick in that example (if text $nick would be filled but if input it would need to be $me)
maybe i'm just being lazy! lol
btk
Last edited by billythekid; 26/07/06 06:49 PM.