Skip to content

Commit

Permalink
change HUBOT_IRC_USERNAME? to HUBOT_IRC_USERNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
nandub committed Apr 25, 2012
1 parent a4c7262 commit 0b859bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ 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?
userName: process.env.HUBOT_IRC_USERNAME

client_options =
userName: options.userName,
Expand Down

0 comments on commit 0b859bc

Please sign in to comment.