Advertisement
Aha2Y

Untitled

Apr 19th, 2012
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.78 KB | None | 0 0
  1. on *:join:#Aha2Y:
  2. {
  3.   msg #Aha2Y[ACC] 3[9Join3]9 $nick 3has joined9 $chan 3[09 $+ $nick($chan,0) 3Users9]
  4. }
  5.  
  6. on *:part:#Aha2Y:
  7. {
  8.   msg #Aha2Y[ACC] 4[5Part4]5 $nick 4has left5 $chan 4[05 $+ $calc($nick($chan,0)-1) 4Users5]
  9. }
  10.  
  11. on *:rawmode:#Aha2Y:
  12. {
  13.   echo -a $1-
  14.   if ($1 == +v) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6gives13 $2- 6voice 13(6+v6) }
  15.   if ($1 == +v) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6removes13 $2- $+ 's 6voice 13(6-v6) }
  16.   if ($1 == +h) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6gives13 $2- 6halfop 13(6+h6) }
  17.   if ($1 == -h) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6removes13 $2- $+ 's 6halfop 13(6-h6) }
  18.   if ($1 == +o) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6gives13 $2- 6op 13(6+o6) }
  19.   if ($1 == -o) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6removes13 $2- $+ 's 6op 13(6-o6) }
  20.   if ($1 == +a) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6gives13 $2- 6admin 13(6+a6) }
  21.   if ($1 == -a) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6removes13 $2- $+ 's 6admin 13(6-a6) }
  22.   if ($1 == +q) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6gives13 $2- 6owner 13(6+q6)  }
  23.   if ($1 == -q) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6removes13 $2- $+ 's 6owner 13(6-q6) }
  24.   if ($1 == +m) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6sets 13mute  $chan 13(6-m6) }
  25.   if ($1 == -m) { msg #Aha2Y[ACC] 6[13Mode6]13 $nick 6unsets 13mute  $chan 13(6-m6) }
  26. }
  27.  
  28. on *:kick:#aha2y:{
  29.   msg #Aha2Y[ACC] 4[5Kick4]5 $nick 4has kicked5 $knick 4From5 $chan 4[05 $+ $1- $+ 5] 4[05 $+ $calc($nick($chan,0)-1) 4Users5]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement