mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Add a couple more commands to ignore for hegemoOn's new bot
This commit is contained in:
parent
f8bb34ec44
commit
333c90d46a
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ no_rain_to_nicks = []
|
|||
|
||||
# commands used by other bots, to avoid "unknown command" complaints
|
||||
silent_invalid_commands = {
|
||||
'freenode': ['price','worth','net','pools','calc']
|
||||
'freenode': [
|
||||
'price','worth','net','pools','calc','convert','val']
|
||||
}
|
||||
|
||||
network_config = {
|
||||
|
|
Loading…
Reference in a new issue