]> jfr.im git - erebus.git/blobdiff - modules/trivia.py
COPYING -> LICENSE
[erebus.git] / modules / trivia.py
index 4256031af1ff4b91aa60f3b56881bc3d230c0335..ae4bbad8f2a145e16b68469141eb5584e9cdc751 100644 (file)
@@ -482,7 +482,7 @@ def setnextid(bot, user, chan, realtarget, *args):
                bot.msg(user, "Error: no such QID.")
                return
        state.nextqid = qid
-       bot.msg(user, "Done. Next question is %d: %s" % (qid, state.questions[qid][0]))
+       bot.msg(user, "Done. Next question is %d: %s" % (qid, state.questions[qid][0]), truncate=True)
 
 @lib.hook(glevel=lib.STAFF, needchan=False)
 @lib.help("<q>*<a>", "sets next question to one not in database")