Advertisement
Aha2Y

Untitled

Feb 22nd, 2012
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.36 KB | None | 0 0
  1. on *:INPUT:*:{
  2.   if ($left($1,1) == /) return
  3.   else {
  4.     if ($left($nick(#,$me).pnick,1) isin $prefix) {
  5.       haltdef
  6.       .msg $active $1-
  7.       echo -t $chan 7<14 $+ $left($nick($chan,$me).pnick,1) $+ 15 $+ $me $+ 7> $1-
  8.     }
  9.     else {
  10.       echo -t $chan 7< $+ 15 $+ $me $+ 7> $1-
  11.       .msg $active $1-
  12.       haltdef
  13.     }
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement