Skip to content

Commit

Permalink
hubot is identifying itself as user@host to the IRC server. making th…
Browse files Browse the repository at this point in the history
…e user portion configurable as HUBOT_IRC_USERNAME, since certain IRC networks require a valid username instead of the default one, which is nodebot.
  • Loading branch information
FabianFrank committed Mar 24, 2012
1 parent a1ee96d commit 2529236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/irc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class IrcBot extends Adapter
usessl: process.env.HUBOT_IRC_USESSL?

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

0 comments on commit 2529236

Please sign in to comment.