Skip to content

Commit

Permalink
Merge pull request nandub#17 from Schnitz/master
Browse files Browse the repository at this point in the history
allow for better user identification for some IRC networks
  • Loading branch information
nandub committed Apr 25, 2012
2 parents a42b694 + 61d8985 commit a4c7262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/irc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ class IrcBot extends Adapter
unflood: process.env.HUBOT_IRC_UNFLOOD?
debug: process.env.HUBOT_IRC_DEBUG?
usessl: process.env.HUBOT_IRC_USESSL?
userName: process.env.HUBOT_IRC_USERNAME?

client_options =
userName: options.userName,
password: options.password,
debug: options.debug,
port: options.port,
Expand Down

0 comments on commit a4c7262

Please sign in to comment.