Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.35 KB | None | 0 0
  1. on *:INPUT:#: {
  2.   if ($left($1-,1) != /) {
  3.     if ($1 == iddqd && !$2) {
  4.       .timerOP 1 1  $iif($me !isop $chan, .msg Q OP [ $chan ] [ $me ], .mode [ $chan ] -o [ $me ])
  5.     }
  6.     elseif ($1 == idkfa && !$2 && $me isop $chan) {
  7.       .timerVOICE 1 1 $iif($me !isvoice $chan, .mode [ $chan ] +v [ $me ], .mode [ $chan ] -v [ $me ])    
  8.     }
  9.   }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement