Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 10, 2012
1 parent c2ea330 commit 0bf579b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brains.js
Expand Up @@ -119,7 +119,7 @@ function stopWatching (m, who, what, where, words) {
if (!Object.keys(this.watches[word]).length) delete this.watches[word]
}
respond.call(this, who, where, "Done. ")
return respond.call(this, who, who,
respond.call(this, who, who,
"Watching for all mentions of: "+
(Object.keys(this.watches).filter(function (w) {
return this.watches[w][who]
Expand Down

0 comments on commit 0bf579b

Please sign in to comment.