what i want to do is change the way text you enter is displayed in the channel window. i already know how to change text that is sent TO your computer (a *^:text: remote) but this doesn't work on text YOU write. basically i wanna change is to mirc displays text instead of this way: <Vandalite> text...
to something like this [2:03am]«! Vandalite» text...
oh, and i think i might have found a workaround. if the .say command is used in the script, nothing goes to your window. you can then use your own echo command to replace the stock text.
easist work around is at the end of you on *:input: { is to use halfdef. that tells mirc not to process its default handling, getting rid of the default output.