mIRC Home    About    Download    Register    News    Help

Print Thread
#261167 10/08/17 03:16 PM
Joined: May 2017
Posts: 9
N
nwmv Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
N
Joined: May 2017
Posts: 9
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?

Joined: Sep 2005
Posts: 116
Vogon poet
Offline
Vogon poet
Joined: Sep 2005
Posts: 116
You should use wildcard (*).
Code:
on *:text:hi*:#:{
msg $chan hello
}


when no one watching us
we are invisible

Link Copied to Clipboard