mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2006
Posts: 9
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Jun 2006
Posts: 9
is there a script to get my bot to repeat a message to my channel every 10 mins or so. if so can someone tell me how ...many thanks

Joined: Dec 2005
Posts: 58
S
Babel fish
Offline
Babel fish
S
Joined: Dec 2005
Posts: 58
use this Commands
if bot runs without Sock ;

/timer 0 600 /msg #channel message

else ;

/timer 0 600 /sockwrite -n SocketName PRIVMSG #channel Message


i like that
Joined: Jun 2006
Posts: 9
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Jun 2006
Posts: 9
ok thanks so how do i stop it

Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
name the timer

/timerBOT 0 600 /msg #channel message

else ;

/timerBOT 0 600 /sockwrite -n SocketName PRIVMSG #channel Message

then to stop use /timerbot off

type /help /timer

Joined: Jun 2006
Posts: 9
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Jun 2006
Posts: 9
once again mikechat - thanks for your help .


Link Copied to Clipboard