Advertisement
SaNCaK

miRC Auto Thanks

Jul 18th, 2020
2,418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.09 KB | None | 0 0
  1. menu menubar,channel {
  2.   Ayar
  3.   .$iif(%autothanks,$style(1)) Auto Thanks ( $+ $iif(%autothanks,On,Off) $+ ) {
  4.     if (%autothanks) { unset %autothanks | .disable #autothanks | echo -a $timestamp %logo 15,2  Auto Thank 14  Kapatıldı  }
  5.     else { set %autothanks on | .enable #autothanks | echo -a $timestamp %logo 15,2  Auto Thank 0 Açıldı  }
  6.   }
  7. }
  8. on *:RAWMODE:#:{
  9.   if (+q isin $1) && ($me isin $2) && (%autothanks == On) { /inc %owners | msg $chan 1,15Thanks for the (4+~1) $nick #00 $+ 04 $+ %owners  }
  10.   if (+a isin $1) && ($me isin $2) && (%autothanks == On) { /inc %procts | msg $chan 1,15Thanks for the (4+&1) $nick #00 $+ 04 $+ %procts  }
  11.   if (+o isin $1) && ($me isin $2) && (%autothanks == On) { /inc %ops | msg $chan 1,15Thanks for the (4+@1) $nick #00 $+ 04 $+ %ops  }
  12.   if (+h isin $1) && ($me isin $2) && (%autothanks == On) { /inc %halfs | msg $chan 1,15Thanks for the (4+%1) $nick #00 $+ 04 $+ %halfs  }
  13.   if (+v isin $1) && ($me isin $2) && (%autothanks == On) { /inc %voice | msg $chan 1,15Thanks for the (4+v1) $nick #00 $+ 04 $+ %voice  }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement