diff options
Diffstat (limited to 'echo-bot')
-rw-r--r-- | echo-bot/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/echo-bot/index.js b/echo-bot/index.js index 234e450..43240d4 100644 --- a/echo-bot/index.js +++ b/echo-bot/index.js @@ -22,7 +22,7 @@ irc.on('join', function(nick, channel) { notice(channel, 'on join: hello ' + nick + '!'); }); -irc.join('#bitraf2', function(channel) { +irc.join('#dynobot', function(channel) { notice(channel, 'join(): channel=' + channel); }); |