Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:TEXT:!KC:#: {
- if ($strip($1) == !KC ) {
- msg $chan $nick $+ , you built $read(system\remotes\ircweather\Kantai.txt)
- }
- }
- on 1:INPUT:*: { if ($1 = !KC) /msg $chan I built $read(system\remotes\ircweather\Kantai.txt) }
- on *:TEXT:*!KD*:#: {
- if ($strip($1) == !KD ) {
- msg $chan http://kancolle.wikia.com/wiki/ $+ $strip($2)
- }
- }
- 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