Skip to content

Commit

Permalink
bugfix?
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jul 21, 2014
1 parent a52e374 commit 07183ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Bot.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class Bot
getChannels: -> chan for chan of @conn.chans # Clone the object

getUsers: (chan) ->
return [] if not chan
chan = chan.toLowerCase()
users = {}
users = @conn.chans[chan].users if @conn.chans[chan]?
Expand Down

0 comments on commit 07183ae

Please sign in to comment.