Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilliam committed Jun 14, 2013
1 parent 07122c7 commit a1ac90e
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 a1ac90e

Please sign in to comment.