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