config flag for having !dice/!random prefix the nick

with the discord-irc bridge in play, the bot was sending all !roll
results to the bridge user, which wasn't all that useful
This commit is contained in:
2022-07-14 23:00:05 -05:00
parent 1f5dc50d89
commit 76bcdd5fef
2 changed files with 15 additions and 6 deletions

View File

@@ -149,6 +149,10 @@ BOOTSTRAP3 = {
# IRC module stuff
# dice
DICE_PREFIX_ROLLER = False
# karma
KARMA_IGNORE_CHATTER_TARGETS = []