Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.88 KB | None | 0 0
  1. REMOTE:
  2.  
  3. on 1:TEXT:*help*:#support: {
  4.   /notice $me $nick needs help.
  5.   /set %helpie $nick
  6. }
  7. on 1:TEXT:*:#support: {
  8.   if ( $regex($1-, ^[^a-z]*[A-Z]{2}[^a-z]*$) > 0 ) {
  9.     /notice $me $nick said: " $+ $1- $+ " in $chan
  10.     /set %off $nick
  11.     /set %offr all-caps
  12.   }
  13. }
  14. on 1:ACTION:*slap*:#support: {
  15.   /notice $me $nick slapped in $chan
  16.   /set %off $nick
  17.   /set %offr slap
  18. }
  19. on 1:ACTION:*:#support: {
  20.   if ( $regex($1-, ^[^a-z]*[A-Z]{2}[^a-z]*$) > 0 ) {
  21.     /notice $me $nick said: " $+ $1- $+ " in $chan
  22.     /set %off $nick
  23.     /set %offr all-caps
  24.   }
  25. }
  26.  
  27.  
  28.  
  29. ALIASES:
  30.  
  31. ko /inc %k_count | /kick $chan %off Please do not violate the #support rules. ( $+ %k_count $+ )
  32. bo /inc %k_count | /mode $chan +bb %off $address(%off,2) | /kick $chan %off Please do not violate the #support rules. ( $+ %k_count $+ )
  33. wo /msg #support %off $+ : Please do not use %offr in #support.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement