mIRC Homepage
Posted By: nwmv Previous Message Help - 10/08/17 03:16 PM
Hey everyone,

Need help with something.

on *:text:hi:#:{
msg $chan hello
}

My 'hello' isn't appearing in the message box when I press ^ arrow to scroll through past messages. Is there any way to get it to show up there?
Posted By: deVilbaT Re: Previous Message Help - 10/08/17 03:26 PM
You should use wildcard (*).
Code:
on *:text:hi*:#:{
msg $chan hello
}
© mIRC Discussion Forums