From 573855c3764f46d4e102ace6ef72feaa4b956fd6 Mon Sep 17 00:00:00 2001 From: Ben Bradshaw Date: Wed, 13 Jan 2016 11:49:11 +1300 Subject: [PATCH] Remove #blah from the example This keeps the same behaviour for users but minimises the impact on users in the #blah channel. --- example/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/bot.js b/example/bot.js index d4955252..d897ce8d 100755 --- a/example/bot.js +++ b/example/bot.js @@ -4,7 +4,7 @@ var irc = require('../'); var bot = new irc.Client('irc.dollyfish.net.nz', 'nodebot', { debug: true, - channels: ['#blah', '#test'] + channels: ['#test', '#othertest'] }); bot.addListener('error', function(message) {