on *:connect: {
if ($me != tylersgaming) && ($right($server,18) == .speedrunslive.com) {
ns ghost tylersgaming xxx
nick tylersgaming
ns identify xxx
}
if ( $me == tylersgaming ) && ($right($server,18) == .speedrunslive.com) {
ns identify xxx
}
}
on *:TEXT:!on*:#:{
if ($nick == tylersgaming) {
if ($read(botstatus.txt,t,1) == on) {
}
if ( $read(botstatus.txt,t,1) == off) {
/write -c botstatus.txt
/timerAward 0 1800 /awardPoints $chan
write botstatus.txt on
msg $chan Points will now be awarded.
}
}
}
on *:TEXT:!off*:#:{
if ($nick == tylersgaming) {
if ($read(botstatus.txt,t,1) == off) {
}
if ( $read(botstatus.txt,t,1) == on) {
/write -c botstatus.txt
write botstatus.txt off
/timerAward off
msg $chan Points will no longer be awarded.
}
}
}