mIRC Home    About    Download    Register    News    Help

Print Thread
#257570 22/04/16 02:42 PM
Joined: Jan 2016
Posts: 79
X
x3pos Offline OP
Babel fish
OP Offline
Babel fish
X
Joined: Jan 2016
Posts: 79
how to remote script on-off command for twitch?

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
If you mean you want to be able to enable and disable a !command in the channel, the easiest way is to use groups:

Code:
#command on

on *:text:!command:#:{ msg # hello world }

#command end


Then you can use /enable #command and /disable #command to turn it on/off.

Joined: Jan 2016
Posts: 79
X
x3pos Offline OP
Babel fish
OP Offline
Babel fish
X
Joined: Jan 2016
Posts: 79
i need to close command all script file(.src)

Joined: Jan 2016
Posts: 79
X
x3pos Offline OP
Babel fish
OP Offline
Babel fish
X
Joined: Jan 2016
Posts: 79
i need to close/open .src files command


Link Copied to Clipboard