Skip to content

Commit

Permalink
Merge pull request nandub#83 from ewilliam/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Fernando Ortiz committed Jun 14, 2013
2 parents 07122c7 + a1ac90e commit d3eab32
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 @@ -69,7 +69,7 @@ class IrcBot extends Adapter
user = @getUserFromName from
unless user?
id = new Date().getTime().toString()
user = @getUserForId id
user = @getUserFromId id
user.name = from

if channel.match(/^[&#]/)
Expand Down

0 comments on commit d3eab32

Please sign in to comment.