Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.41 KB | None | 0 0
  1. on *:INPUT:#:{
  2.   if ($1 == .update) { /ns update }
  3.   if ($1 == .register) { /cs register $chan password description }
  4.   if ($1 == .add) && ($3 isnum) { mode $chan $iif($3 == 3,+v-hao)  $iif($3 == 4,+h-vao) $iif($3 isnum 5-9,+o-hv) $iif($3 > 9,+ao-hv) $str($2 $+ $chr(32),5) }
  5.   if ($1 == .add) || ($1 == .del) || ($1 == .list) { cs access $chan $remove($1,.) $2- }
  6.   if ($1 == .inv) { /invite $2 $chan }
  7.   if ($1 == .topic) { /topic $chan $2- }
  8.   if ($1 == +i) { /mode $chan +i }
  9.   if ($1 == -i) { /mode $chan -i }
  10.   if ($1 == +m) { /mode $chan +m }
  11.   if ($1 == -m) { /mode $chan -m }
  12.   if ($1 == .tlock) {
  13.     if ($2 == on) {
  14.       /cs set #purehelp topiclock on
  15.     }
  16.     if ($2 == off) {
  17.       /cs set #purehelp topiclock off
  18.     }
  19.   }
  20.   if ($1 == +ei) { //mode $chan +eeII $me $address($me,3) $me $address($me,3) }
  21.   if ($1 == -ei) { //mode $chan -eeII $me $address($me,3) $me $address($me,3) }
  22.   if ($1 == +av) { /cs levels $chan set autovoice -1 }
  23.   if ($1 == -av) { /cs levels #chan set autovoice 3 }
  24.   if ($1 == .kb) {
  25.     inc %kickzor
  26.     /mode $chan +b $address($2,2)
  27.     /kick $chan $2 Peace and love.... Noobs smoked by a hippie: %kickzor
  28.   }
  29.   if ($1 == .k) {
  30.     inc %kickzor
  31.     /kick $chan $2 Peace and love.... Noobs smoked by a hippie: %kickzor
  32.   }
  33.   if ($1 == .color) {
  34.     set %g $2
  35.     set %color $3
  36.   }
  37.   if (%g == ON) {
  38.     haltdef
  39.     msg $active $chr(3) $+ %color $+ $1-
  40.   }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement