iSleepless

iSleepless

Joined
Jan 20, 2015

Activity Stream

iSleepless commented on a Page, Help coding Random Reply mIRC  -  Jan 20, 2015

Simple
on *:TEXT:Hello:#: {
var %RR $rand(1,3)
if (%RR == 1) { msg $chan Hello $nick $+ ! }
if (%RR == 2) { msg $chan Hey $nick $+ , and welcome! }
if (%RR == 3) { msg $chan Hi $nick $+ ! }

 Respond  
iSleepless commented on a Page, Bot Help?  -  Jan 20, 2015

Do you mean to repeat a message every 15 minutes? If so try
on *:text:COMMAND HERE:#:{ if ($nick == YOURNAMEHERE) .timer (Number of times message is stated) (interval in which statement is repeated(seconds) msg $chan MESSAGE HERE }

Try this:
on *:text:!ctt:#:{ if($nick == YourNameHere) .timer 99999999999 900 msg $chan Be sure to click this link to post to your friends on twitter and help grow the channel! It's Much appreciated! http://ctt.ec/adc2V
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.