mIRC Homepage
Posted By: Exlax Event for own text - 03/03/04 08:29 PM
I made a

on ^*:TEXT:*:#: {
how i want stuff to look here
haltdef
}

it works for everything but my own text. how i do that?
Posted By: DaveC Re: Event for own text - 03/03/04 08:38 PM
on *:input:#:{
echo $chan how ya want ya text to look
.msg $chan your text or what ever to channel
halt
}
Posted By: Online Re: Event for own text - 03/03/04 08:59 PM
I wonder why /.say isn't silent.
Posted By: DaveC Re: Event for own text - 03/03/04 09:10 PM
lol I didnt know it wasnt tell you just said.
I never use say, ever since i flooded the wrong channel one day. frown
Say just turns into a private msg to channel anyway doesnt it?
Posted By: Online Re: Event for own text - 03/03/04 09:13 PM
/say is pretty much like /me: it messages the active channel, and works within on input. However, while /.me is silent (you won't see its echo), /.say isn't...
© mIRC Discussion Forums