Improve modal and implement deduplication
This commit is contained in:
@@ -196,7 +196,6 @@ def send_irc_message(net, num, channel, msg, nick=None):
|
||||
payload = {"msg": msg, "channel": channel}
|
||||
if nick:
|
||||
payload["nick"] = nick
|
||||
print("SEND", payload)
|
||||
messaged = threshold_request(url, payload, method="PUT")
|
||||
return messaged
|
||||
|
||||
|
||||
Reference in New Issue
Block a user