Advertisement
junh1024

Untitled

Dec 24th, 2011
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.35 KB | None | 0 0
  1. on *:TEXT:!say*:#:  { if ($2 == !kickme ) { /msg $chan no, you moron! }
  2.   elseif ($2 == !killme ) { /msg $chan no, f*** you! }
  3.   elseif ($2 == !pipe ) { /msg $chan no, see mario! }
  4.   elseif ($2 == .kb ) { /msg $chan dummy text }
  5.   elseif ($2 == .b ) { /msg $chan dummy text }
  6.   elseif ($2 == .k ) { /msg $chan dummy text }
  7. else {  /msg $chan $2-  }  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement