Advertisement
Seb

xinputs

Seb
Jul 18th, 2010
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 2.10 KB | None | 0 0
  1. on 1:input:#:{
  2.   if ($1 == xa) { .msg x access $chan = $+ $2- | HALT }
  3.   if ($1 == xvoice) { .msg x voice $active $2- | HALT }
  4.   if ($1 == xstfu) { .msg x ban $chan $2 My nice way to say shut the fu*k up | halt }
  5.   if ($1 == nobot) { .msg x ban $chan $2 Useless piece of Bot | halt }
  6.   if ($1 == kb) { ban -k # $2 Begone! | halt }
  7.   if ($1 == xdevoice) { .msg x devoice $active $2- | HALT }
  8.   if ($1 == op) { .mode $chan +o $2- | HALT }  
  9.   if ($1 == deop) { .mode $chan -o $2- | HALT }  
  10.   if ($1 == voice) { .mode $chan +v $2- | HALT }
  11.   if ($1 == devoice) { .mode $chan -v $2- | HALT }
  12.   if ($1 == xop) { .msg x op $active $2- | HALT }
  13.   if ($1 == xdeop) { .msg x deop $active $2- | HALT }
  14.   if ($1 == xkick) { .msg x kick $active $2- | HALT }
  15.   if ($1 == xban) { .msg x ban $active $2- | HALT }
  16.   if ($1 == xunban) { .msg x unban $active $2- | HALT }
  17.   if ($1 == xadd) { .msg x adduser # = $+ $2 $3 $4- | HALT }
  18.   if ($1 == xrem) { .msg x remuser # = $+ $2 $3- $4- | HALT }
  19.   if ($1 == xpart) { .msg x part $active $2- | HALT }
  20.   if ($1 == xstat) { .msg x status $active | HALT }
  21.   if ($1 == xjoin) { .msg x join $active $2- | HALT }
  22.   if ($1 == xreg) { .msg x register $active $2 | HALT }  
  23.   if ($1 == xn) { .msg x set $active noop $2- | HALT }
  24.   if ($1 == xs) { .msg x set $active strictop $2- | HALT }
  25.   if ($1 == xt) { .msg x topic $active $2-40 | HALT }
  26.   if ($1 == xm) { .msg x modinfo $active access = $+ $2 $3- | HALT }
  27.   if ($1 == xmop) { .msg x modinfo $active automode = $+ $2 op - | HALT }
  28.   if ($1 == xmv) { .msg x modinfo $active automode = $+ $2 voice - | HALT }
  29.   if ($1 == xmn) { .msg x modinfo $active automode = $+ $2 none - | HALT }
  30.   if ($1 == xmod) { .msg x access $chan = $+ $2 -modif -| HALT }
  31.   if ($1 == xsus) { .msg x suspend $active = $+ $2 $3 $4- | HALT }
  32.   if ($1 == xusus) { .msg x unsuspend $active = $+ $2 - | HALT }
  33.   if ($1 == xinfo) { .msg x info = $+ $2- | HALT }
  34.   if ($1 == xjoin) { .msg x join # $2- | HALT }
  35.   if ($1 == xverify) { .msg x verify $2- | HALT }
  36.   if ($1 == xpart) { .msg x part $active- | HALT }
  37.   if ($1 == xbanlist) { .msg x lbanlist # $2- | HALT }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement