Advertisement
kolton

Untitled

Jul 8th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. addEventListener('chatmsg',
  2. function(nick, msg) {
  3. D2Bot.printToConsole(nick + " " + msg);
  4. }
  5. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement