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...
where in the code can i do that?
Re: how to modify output look#2517220/05/0306:19 AM
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.
this is gonna need some work...
Re: how to modify output look#2517925/05/0302:09 PM
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.