From fbdcd2ee71d1aa32eedc55e17adf57a39e0974b2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 May 2022 23:40:11 -0300 Subject: Modernize unlinking as well, and prepare to get Discord numeric ID laterâ„¢ The numeric ID allows you to change nickname without updating anything MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logmaster.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'logmaster.py') 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": -- cgit v1.2.3-70-g09d2