Korvin commented on a Page, !bot commands  -  Jan 10, 2008
on *:TEXT:*:#:{
  if ($nick isop #) {
    if ($1 == !voice) { .mode # +v $iif($2,$2,$nick) }
    if ($1 == !devoice) { .mode # -v $iif($2,$2,$nick) }
    if ($1 == !deop) { .mode # -o $iif($2,$2,$nick) }
    if ($1 == !op) { .mode # +o $iif($2,$2,$nick) }
    if ($1 == !offbot && %offbot) { 
      remote off 
      msg $chan BOT mode is 9OFF for 10mins!! 12Lite 4BOT 
      timer 1 600 remote on
    }
  }
}
alias offbot $iif($1 == on,set,unset) %offbot 4

does the same thing, and more.

and [dx] wtf? you should know better scripting than that o.O

 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.