mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2014
Posts: 107
M
Majeye Offline OP
Vogon poet
OP Offline
Vogon poet
M
Joined: Jan 2014
Posts: 107
So, I can't seem to figure out how to script the "!links off" portion of this, any help would be much appreciated.

Code:
on *:TEXT:!links:#majeye: {
  if ($nick !isop #) return
  msg $chan AutoLINKS is now starting.
  .timer1 0 1211 msg $chan Please be sure to hit that follow button to get notified by email when the stream goes live !
  .timer6 0 1827 msg $chan Be sure to check out all the information in the profile below the stream.
  .timer9 0 2239 msg $chan Facebook- www.facebook.com/majeyegaming  Twitter- www.twitter.com/majeye1  Youtube- www.youtube.com/majeyegaming !
}

Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
Code:
on *:text:!links off:#majeye: { 
.timer1 off
.timer6 off
.timer9 off
}
/help timers


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net
Joined: Jan 2014
Posts: 107
M
Majeye Offline OP
Vogon poet
OP Offline
Vogon poet
M
Joined: Jan 2014
Posts: 107
Thank you, Nillen. You are the best!


Link Copied to Clipboard