From 6442e727aa6a15d2ab26efba63951ec09fe00795 Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Thu, 29 Sep 2016 17:10:18 +0100 Subject: [PATCH] Allow find command. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 84e95ad..26d5aed 100755 --- a/bot.py +++ b/bot.py @@ -536,7 +536,7 @@ modules = { 'edi': { 'fn': do_edi, 'args': [p], - 'commands': ['coords', 'close_to', 'distance', 'edts', 'fuel_usage', 'galmath', 'help', 'raikogram'] + 'commands': ['coords', 'close_to', 'distance', 'edts', 'find', 'fuel_usage', 'galmath', 'help', 'raikogram'] }, 'fork': { 'fn': do_fork, -- 2.7.4