config: add a few third party commands the bot ignores

Avoids answering "unknown command" when the intended recipient
is another bot also using !
This commit is contained in:
moneromooo 2018-08-01 15:15:05 +01:00
parent 259aed3c66
commit fc88e82f63
1 changed files with 4 additions and 2 deletions

View File

@ -38,7 +38,9 @@ no_rain_to_nicks = []
# commands used by other bots, to avoid "unknown command" complaints # commands used by other bots, to avoid "unknown command" complaints
silent_invalid_commands = { silent_invalid_commands = {
'freenode': [ '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 = { network_config = {
@ -52,7 +54,7 @@ network_config = {
'sasl_name': 'monero-tipbot', 'sasl_name': 'monero-tipbot',
'welcome_line': 'Welcome to the freenode Internet Relay Chat Network', 'welcome_line': 'Welcome to the freenode Internet Relay Chat Network',
'timeout_seconds': 600, 'timeout_seconds': 600,
'channels': ['#txtptest000'], 'channels': ['#txtptest000', '##ck-d20'],
}, },
'reddit': { 'reddit': {
'subreddits': ['test'], 'subreddits': ['test'],