We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ad32f commit ab310f5Copy full SHA for ab310f5
src/irc.coffee
@@ -95,7 +95,7 @@ class IrcBot extends Adapter
95
@bot.send command, strings...
96
97
checkCanStart: ->
98
- if not process.env.HUBOT_IRC_NICK or not @robot.name
+ if not process.env.HUBOT_IRC_NICK and not @robot.name
99
throw new Error("HUBOT_IRC_NICK is not defined; try: export HUBOT_IRC_NICK='mybot'")
100
else if not process.env.HUBOT_IRC_ROOMS
101
throw new Error("HUBOT_IRC_ROOMS is not defined; try: export HUBOT_IRC_ROOMS='#myroom'")
0 commit comments