Commit a2be776da280a1e17680a475f57a823d4ea7f0be
1 parent
ff738b17db
Exists in
master
debug
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
index.js
... | ... | @@ -13,6 +13,9 @@ var options = { |
13 | 13 | stripColors: true, |
14 | 14 | channels: [config.globals.aaa_pull_channel, config.globals.topup_message_channel, config.globals.messages_in_channel] |
15 | 15 | }; |
16 | +console.log('Connecting to irc with options:'); | |
17 | +console.log(options); | |
18 | + | |
16 | 19 | var client = new irc.Client(config.globals.irc_server, config.globals.irc_nick, options); |
17 | 20 | |
18 | 21 | var redisClient = redis.createClient(config.globals.redis_port, config.globals.redis_host); |