mIRC Home    About    Download    Register    News    Help

Print Thread
#243299 05/11/13 12:47 AM
Joined: Nov 2013
Posts: 5
J
Jacob22 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Nov 2013
Posts: 5

Code:
on *:TEXT:*keyword*:#Channel:{
  /timer4b 1 11 /msg $chan response
}

This code works fine for listening to a channel and giving a response when someone writes something, for example:
<user>: Hi
but how do I get text match to respond to something when it is prefaced by a *?
such as:
* user has joined
or
* &Bot says X.


Last edited by Jacob22; 05/11/13 12:48 AM.
Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Look up the on join and on action events


Link Copied to Clipboard