From fc88e82f63b6f43e13194dd24cbd4b30bc4e9847 Mon Sep 17 00:00:00 2001 From: moneromooo Date: Wed, 1 Aug 2018 15:15:05 +0100 Subject: [PATCH] config: add a few third party commands the bot ignores Avoids answering "unknown command" when the intended recipient is another bot also using ! --- tipbot/config.py.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tipbot/config.py.example b/tipbot/config.py.example index 0d8cf2e..8cab8b6 100644 --- a/tipbot/config.py.example +++ b/tipbot/config.py.example @@ -38,7 +38,9 @@ no_rain_to_nicks = [] # commands used by other bots, to avoid "unknown command" complaints silent_invalid_commands = { 'freenode': [ - 'price','worth','net','pools','calc','convert','val'] + 'price','worth','net','pools','calc','convert','val', + 'consume', 'getBalance', 'marketbuy', 'marketsell', 'owns', + 'buy', 'sell', 'quote'] } network_config = { @@ -52,7 +54,7 @@ network_config = { 'sasl_name': 'monero-tipbot', 'welcome_line': 'Welcome to the freenode Internet Relay Chat Network', 'timeout_seconds': 600, - 'channels': ['#txtptest000'], + 'channels': ['#txtptest000', '##ck-d20'], }, 'reddit': { 'subreddits': ['test'],