summaryrefslogtreecommitdiff
path: root/logmaster.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-08 23:36:06 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-08 23:36:06 -0300
commit8d1ae4685fd560c0de3fea9268787acf536d001b (patch)
tree73863a5afb1289bf036d2ae70d2e5ef1b17308c2 /logmaster.py
parent5d08e13ca37feae95a3beddf8dc29041323ee115 (diff)
downloadserverdata-8d1ae4685fd560c0de3fea9268787acf536d001b.tar.gz
serverdata-8d1ae4685fd560c0de3fea9268787acf536d001b.tar.bz2
serverdata-8d1ae4685fd560c0de3fea9268787acf536d001b.tar.xz
serverdata-8d1ae4685fd560c0de3fea9268787acf536d001b.zip
Modernize @discord so you can use it once per day
Diffstat (limited to 'logmaster.py')
-rwxr-xr-xlogmaster.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/logmaster.py b/logmaster.py
index cdd59df16..89071ffa3 100755
--- a/logmaster.py
+++ b/logmaster.py
@@ -185,6 +185,10 @@ while running:
w.execute(bf)
#stdout("Query OK: %s" % bf)
bf=""
+ ## Command: PING
+ ## Description: Does nothing
+ elif cmd == "PING":
+ pass
## TODO: Integration with the API
else:
stdout("Unrecognized command: %s" % cmd, ERR)