Advertisement
junh1024

Kantai MRC

Jun 21st, 2014
660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.45 KB | None | 0 0
  1. on *:TEXT:!KC:#: {
  2.   if ($strip($1) == !KC ) {
  3.     msg $chan $nick $+ , you built $read(system\remotes\ircweather\Kantai.txt)
  4.   }
  5. }
  6.  
  7.  
  8. on 1:INPUT:*: { if ($1 = !KC) /msg $chan I built $read(system\remotes\ircweather\Kantai.txt)  }
  9.  
  10.  
  11. on *:TEXT:*!KD*:#: {
  12.   if ($strip($1) == !KD ) {
  13.     msg $chan http://kancolle.wikia.com/wiki/ $+ $strip($2)
  14.   }
  15. }
  16.  
  17.  
  18. on 2:INPUT:*: { if ($1 = !KD) /msg $chan http://kancolle.wikia.com/wiki/ $+ $strip($2)  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement