Skip to content

Commit

Permalink
Fix for irc not replying hubotio#20
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Moak committed Oct 25, 2011
1 parent 34e2917 commit 5b291a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hubot/irc.coffee
Expand Up @@ -36,9 +36,9 @@ class IrcBot extends Robot
user_id[from] = next_id
next_id = next_id + 1

user = new Robot.User user_id[from], from || "user", {
room: toRoom,
}
user = new Robot.User user_id[from], {
room: toRoom,
}

self.receive new Robot.Message(user, message)

Expand Down

0 comments on commit 5b291a1

Please sign in to comment.