summaryrefslogtreecommitdiff
path: root/logmaster.py
diff options
context:
space:
mode:
Diffstat (limited to 'logmaster.py')
-rwxr-xr-xlogmaster.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/logmaster.py b/logmaster.py
index 89071ffa3..a8afa075e 100755
--- a/logmaster.py
+++ b/logmaster.py
@@ -185,6 +185,14 @@ while running:
w.execute(bf)
#stdout("Query OK: %s" % bf)
bf=""
+ ## Command: DISCORDID
+ ## Description: Replaces "?" with the Discord ID
+ ## For the associated argument.
+ ## Requires the API (WIP)
+ elif cmd == "DISCORDID":
+ ## FIXME: Query the API
+ bf=bf.replace("?%s" % cmd.replace("DISCORDID", ""), "")
+ pass
## Command: PING
## Description: Does nothing
elif cmd == "PING":