Advertisement
Stewox

Sc2Mapster.NoKittun

May 21st, 2011
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.46 KB | None | 0 0
  1. init{
  2.    Server="webchat.freenode.net";
  3.    Channel="Sc2Mapster";
  4.  
  5.    a = "katz";
  6.    b = "cat";
  7.    c = "katze";
  8.    d = "pussy";
  9.    e = "cat";
  10.    f = "pussycat";        
  11.    x = "kittun";
  12.    y = "kitten";
  13.  
  14.  
  15.   if(isConnected.nname("Nash|327"){
  16.  
  17.     activeuser = "Nash|327";
  18.  
  19.  
  20.      if(activeuser.chatstring(a || b || c || d || e || f){
  21.      kickuser(activeuser);
  22.      else if(activeuser.chatstring(x || y){
  23.      banuser(activeuser);
  24.      }
  25.      }
  26.   }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement