summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2014-03-16 20:10:00 +0100
committerlassulus <lassulus@googlemail.com>2014-03-16 20:10:00 +0100
commitf21fd0c806da24212b04eeb009222b1ed1c1cea9 (patch)
tree61db151e45b2975eb26acd405954e2b22e310e64 /news
parent8745dcde4ed5a1661c058f4bfb1bf1fbc9f999a0 (diff)
newsbot.js: fix typo
Diffstat (limited to 'news')
-rw-r--r--news/newsbot.js1
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 () {