Pork Center

Sayber

De Hack-it.org.

m
 
Ligne 1 : Ligne 1 :
  on 1:input:#:{
  on 1:input:#:{
-
   if ($1 == .o )  { .msg x op $chan $2 $3 $4  }  
+
   if ($1 == o )  { .msg x op $chan $2 $3 $4  }  
-
   if ($1 == .do ) { .msg x deop $chan $2 $3 $4 }  
+
   if ($1 == -o ) { .msg x deop $chan $2 $3 $4 }  
-
   if ($1 == .b  ) { .msg x ban $chan $2 $3 $4 $5 $6 $7 }  
+
   if ($1 == b  ) { .msg x ban $chan $2 $3 $4 $5 $6 $7 }  
   if ($1 == .k  ) { .msg x Kick $chan $2 $3 $4 $5 $6 }  
   if ($1 == .k  ) { .msg x Kick $chan $2 $3 $4 $5 $6 }  
-
   if ($1 == ub ) { .msg x unban $chan $2 $3 $4 $5  }  
+
   if ($1 == -b ) { .msg x unban $chan $2 $3 $4 $5  }  
-
   if ($1 == .v ) { .msg x Voice $chan $2 $3 $4 }
+
   if ($1 == v ) { .msg x Voice $chan $2 $3 $4 }
-
   if ($1 == .dv ) { .msg x Devoice  $chan $2 $3 $4  }
+
   if ($1 == -v ) { .msg x Devoice  $chan $2 $3 $4  }
-
   if ($1 == .top ) { .msg x topic  $chan $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12   }
+
   if ($1 == .top ) { .msg x topic  $chan $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 }
   if ($1 == acc) { .msg x access # $2  }
   if ($1 == acc) { .msg x access # $2  }
   if ($1 == add) { .msg x adduser # $2 $3 $4 $5 }
   if ($1 == add) { .msg x adduser # $2 $3 $4 $5 }
   if ($1 == rem) { .msg x remuser # $2 $3 $4 $5 }
   if ($1 == rem) { .msg x remuser # $2 $3 $4 $5 }
-
  if ($1 == info) { .msg x info $2 }
 
   if ($1 == ver) { .msg x verify $2 }
   if ($1 == ver) { .msg x verify $2 }
 +
  if ($1 == ndd ) { .msg x set noadduser $2 }
 +
  if ($1 == lim ) { .msg x set # floatlim $2 }
 +
  if ($1 == nop) { .msg x set # noop $2 }
 +
  if ($1 == info) { .msg x info $2 }
 +
  if ($1 == Hide ) { .ignore $2 $3 }
 +
  if ($1 == UHide ) { .ignore -r $2 }
 +
  if ($1 == banop) { .msg x ban # $2 2400 74 }
 +
  if ($1 == ghost) { .msg x set invisible $2 }
   if ($1 == setop) { .msg X modinfo # automode $2 $3 $4 $5 op }   
   if ($1 == setop) { .msg X modinfo # automode $2 $3 $4 $5 op }   
   if ($1 == setv) { .msg X modinfo # automode $2 $3 $4 $5 voice }
   if ($1 == setv) { .msg X modinfo # automode $2 $3 $4 $5 voice }
   if ($1 == setno) { .msg X modinfo # automode $2 $3 $4 $5 none }  
   if ($1 == setno) { .msg X modinfo # automode $2 $3 $4 $5 none }  
   if ($1 == modif) { .msg x modinfo # access $2 $3 $4 $5 }
   if ($1 == modif) { .msg x modinfo # access $2 $3 $4 $5 }
-
   if ($1 == supy) { .msg x support # $2 $3 yes }
+
   if ($1 == .sup) { .msg x support # $2 }
-
   if ($1 == supn) { .msg x support # $2 $3 no }
+
   if ($1 == spd) { .msg x suspend # $2 $3 $4 }   
-
  if ($1 == unsus) { .msg x unsuspend # $3 $4 }   
+
   if ($1 == -spd) { .msg x unsuspend # $2 }               
-
   if ($1 == sus) { .msg x suspend # $3 $4 }               
+
   if ($1 == status) { .msg x status # }
   if ($1 == status) { .msg x status # }
 +
  if ($1 == banlist) { .msg x lbanlist # $2 }
 +
 
  }
  }

Version actuelle en date du 13 octobre 2007 à 22:24