Get our hostname from WHO when we create fake events
This commit is contained in:
@@ -482,7 +482,6 @@ class API(object):
|
||||
@app.route("/irc/msg/<net>/<num>/<channel>/", methods=["PUT"])
|
||||
@login_required
|
||||
def irc_send_message(self, request, net, num, channel):
|
||||
print("IRC SEND", net, num, channel)
|
||||
try:
|
||||
data = loads(request.content.read())
|
||||
except JSONDecodeError:
|
||||
|
||||
Reference in New Issue
Block a user