Advertisement
SaNCaK

miRC Op Tesekkür

Jan 2nd, 2022
2,387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.15 KB | None | 0 0
  1. on *:RAWMODE:#:{
  2.   if (+q isin $1) && ($me isin $2) && (%autothanks == On) { /inc %owners | msg $chan 1,15Thanks for the 4+~1 $nick #00 $+ 04 $+ %owners  }
  3.   if (+a isin $1) && ($me isin $2) && (%autothanks == On) { /inc %procts | msg $chan 1,15Thanks for the 4+&1 $nick #00 $+ 04 $+ %procts  }
  4.   if (+o isin $1) && ($me isin $2) && (%autothanks == On) { /inc %ops | msg $chan 1,15Thanks for the 4+@1 $nick #00 $+ 04 $+ %ops  }
  5.   if (+h isin $1) && ($me isin $2) && (%autothanks == On) { /inc %halfs | msg $chan 1,15Thanks for the 4+%1 $nick #00 $+ 04 $+ %halfs  }
  6.   if (+v isin $1) && ($me isin $2) && (%autothanks == On) { /inc %voice | msg $chan 1,15Thanks for the 4+v1 $nick #00 $+ 04 $+ %voice  }
  7. }
  8. menu status,menubar,channel {
  9.   Ayar
  10.   .$iif(%autothanks,$style(1)) Op Tesekkür ( $+ $iif(%autothanks,On,Off) $+ ) {
  11.     if (%autothanks) { unset %autothanks | .disable #autothanks | echo -a $timestamp 15,15 0,2 § â ñ ¢ â K 1,15 v5 2,2 1,15Op Tesekkür 4KAPALI }
  12.     else { set %autothanks on | .enable #autothanks | echo -a $timestamp 15,15 0,2 § â ñ ¢ â K 1,15 v5 2,2 1,15Op Tesekkür 3AÇIK }
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement