diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-08 23:36:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-08 23:36:06 -0300 |
commit | 8d1ae4685fd560c0de3fea9268787acf536d001b (patch) | |
tree | 73863a5afb1289bf036d2ae70d2e5ef1b17308c2 /logmaster.py | |
parent | 5d08e13ca37feae95a3beddf8dc29041323ee115 (diff) | |
download | serverdata-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-x | logmaster.py | 4 |
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) |