Advertisement
WraithRIOT

Color script

Nov 22nd, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.12 KB | None | 0 0
  1. On *:Input:#:{
  2.   If (/ !Isin $Left($1,1)) {
  3.     Echo -a $Me 4,1 $1-
  4.     .privmsg $active 4,1 $1-
  5.     Halt
  6.   }
  7. }
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement