diff options
author | lassulus <lassulus@googlemail.com> | 2014-03-16 20:10:00 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2014-03-16 20:10:00 +0100 |
commit | f21fd0c806da24212b04eeb009222b1ed1c1cea9 (patch) | |
tree | 61db151e45b2975eb26acd405954e2b22e310e64 /news | |
parent | 8745dcde4ed5a1661c058f4bfb1bf1fbc9f999a0 (diff) |
newsbot.js: fix typo
Diffstat (limited to 'news')
-rw-r--r-- | news/newsbot.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/newsbot.js b/news/newsbot.js index fda7f7f4..9228e5d4 100644 --- a/news/newsbot.js +++ b/news/newsbot.js @@ -20,6 +20,7 @@ function main () { if (parse) { client.say(to, nick + ': ' + parse[1] + '?') } + } }) master.once('registered', function () { |