]> jfr.im git - erebus.git/commitdiff
trivia - update !start wrong-channel message
authorzonidjan <redacted>
Mon, 8 Mar 2021 03:37:34 +0000 (21:37 -0600)
committerzonidjan <redacted>
Mon, 8 Mar 2021 03:37:34 +0000 (21:37 -0600)
modules/trivia.py

index c3d423bee0c396bad3aa5ee713121848b5457a48..251588c39281b39aea57d0754841e207cf5a33ce 100644 (file)
@@ -533,7 +533,7 @@ def start(bot, user, chan, realtarget, *args):
        else: replyto = user
 
        if chan is not None and chan.name != state.db['chan']:
-               bot.msg(replyto, "That command isn't valid here.")
+               bot.msg(replyto, "That command is only valid in %s" % (state.db['chan']))
                return
 
        if state.curq is None and state.pointvote is None and state.nextquestiontimer is None: