Advertisement
westor

Highlight edit for Mr_Me v5

Jan 15th, 2015
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 3.90 KB | None | 0 0
  1. menu status,channel {
  2.   $iif(%trollmode == on,AvoidSlap)
  3.   .$iif(%avoidslap == on,$style(1)) ON : set %avoidslap on | echo -ag 4[ 8System 4] AvoidSlap is: ON . Let's Kick Some Ass...
  4.   .$iif(%avoidslap == off,$style(1)) OFF : set %avoidslap off | echo -ag 4[ 8System 4] Avoid Slap is: OFF. Keep Calm...
  5. }
  6.  
  7. ON ^*:ACTION:*:#: {
  8.   if ($me isin $strip($1-)) {
  9.     var %t = $chr(3) $+ $color(action) $+ $1-
  10.     echo -phtm $chan $chr(3) $+ $color(action) $+ * $nick($chan,$nick).pnick $replace(%t,$me,$+($chr(3),$color(highlight),$me,$chr(3),$color(action)))
  11.     if (*slap* iswm $1-) && (%avoidslap == on) {
  12.       inc %anti
  13.       describe $chan Dodges and $read(AvoidSlap.txt) $+([ %anti, : People have been avoided and slapped back!, ])
  14.     }
  15.     if (*fap* iswm $1-) && (%avoidslap == on) {
  16.       inc %anti
  17.       describe $chan Dodges and $read(AvoidSlap.txt) $+([ %anti, : People have been avoided and fapped back!, ])
  18.     }
  19.     if (*xouft* iswm $1-) && (%avoidslap == on) {
  20.       inc %anti
  21.       describe $chan Dodges and $read(AvoidSlap.txt) $+([ %anti, : People have been avoided and xouft-ed back!, ])
  22.     }
  23.     if (*klot* iswm $1-) && (%avoidslap == on) {
  24.       inc %anti
  25.       describe $chan Dodges and $read(AvoidSlap.txt) $+([ %anti, : People have been avoided and klots-ed back!, ])
  26.     }
  27.     if (!%tip. [ $+ [ $nick ] ]) {
  28.       noop $tip('Tray Tip',Action, $+ $nick $+  just had an action on you in $chan,5)
  29.       noop $tip('Tray Tip',Action,message: $1-,5)
  30.       splay $qt($mircdir\sounds\highlight.mp3)
  31.       set -u10 %tip. [ $+ [ $nick ] ] true
  32.     }
  33.     ;haltdef
  34.     write Logs/LogOnAction.txt 14|| 9 $date 14|| || 7 $time 14|| 15:: 14|| 9ACTION 14|| || 13 $network 14|| || 8 $chan 14|| || 11 $nick 14|| || 0 $1- 14||
  35.     write Logs/LogOnAction.txt 14-
  36.     haltdef
  37.  
  38.   }
  39. }
  40. ON ^*:TEXT:*:#: {
  41.   if ($me isin $strip($1-)) {
  42.     var %t = $chr(3) $+ $color(normal) $+ $1-
  43.     echo -phtm $chan $chr(3) $+ $color(normal) $+ * $nick($chan,$nick).pnick $replace(%t,$me,$+($chr(3),$color(highlight),$me,$chr(3),$color(normal)))
  44.     if (!%tip. [ $+ [ $nick ] ]) {
  45.       noop $tip('Tray Tip',Message, $+ $nick $+  just said your name in $chan,5)
  46.       noop $tip('Tray Tip',Message,message: $1-,5)
  47.       ;splay $qt($mircdirsounds\highlight.mp3)
  48.       splay sounds\highlight.mp3
  49.       set -u10 %tip. [ $+ [ $nick ] ] true
  50.     }
  51.     write Logs/LogOnAction.txt 14|| 9 $date 14|| || 7 $time 14|| 15:: 14|| 8 TEXT 14|| || 13 $network 14|| || 8 $chan 14|| || 11 $nick 14|| || 0 $1- 14||  
  52.     write Logs/LogOnAction.txt 14-
  53.     haltdef
  54.   }
  55. }
  56. on *:start: {
  57.   write -c Logs/LogOnAction.txt 14Dark15Shadow14™ 14Based On 12m4IR8C 11Log On Action 7---  14|| 9 $date 14|| || 7 $time 14||
  58.   write Logs/LogOnAction.txt -
  59. }
  60. on *:kick:#: {
  61.   if ($knick == $me) { write $qt($mircdirLogs/LogOnAction.txt)  14|| 9 $date 14|| || 7 $time 14|| 15:: 14|| 4 KICK 14|| || 13 $network 14|| || 8 $chan 14|| || 11 $nick 14|| 0 $1- 14|| |   write $qt($mircdirLogs/LogOnAction.txt) 14- }
  62. }
  63. alias logonaction {
  64.   window -a @Log.on.Action
  65.   clear @Log.on.Action
  66.   var %x = 1
  67.   while (%x <= $lines(Logs\LogOnAction.txt)) {
  68.     aline -pl @Log.on.Action $read(Logs\LogOnAction.txt,%x)
  69.     inc %x
  70.   }
  71. }
  72. menu @Log.on.Action {
  73.   Reload Log : {
  74.     clear @Log.on.Action
  75.     logonaction
  76.   }
  77.   Close:window -c @Log.on.Action
  78.   -
  79.   Clear Log File : {
  80.     write -c Logs/LogOnAction.txt 14Dark15Shadow14™ 14Based On 12m4IR8C 11Logs On Action Cleared 7---  14|| 9 $date 14|| || 7 $time 14||
  81.     write Logs/LogOnAction.txt -
  82.     logonaction
  83.   }
  84. }
  85.  
  86. menu status,channel,query {
  87.   Log On Action : logonaction
  88. }
  89.  
  90. on *:LOAD: {
  91.   echo -a 8Ultimate Highlight - Notification is 9activated8. 7Remember you should not load any other similar remote.
  92. }
  93.  
  94. on *:UNLOAD: {
  95.   echo -a 8Ultimate Highlight - Notification is 4deactivated8.
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement