Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Also emit the @DaTa
  • Loading branch information
codec committed Oct 28, 2011
1 parent 5096a4c commit 95e85fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot.coffee
Expand Up @@ -214,7 +214,7 @@ class Robot.Brain extends EventEmitter
for k of (data or { })
@data[k] = data[k]

@emit 'loaded'
@emit 'loaded', @data

class Robot.Message
# Represents an incoming message from the chat.
Expand Down

0 comments on commit 95e85fd

Please sign in to comment.