From 1c038995be9f869be1b69a604e42096807806676 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 28 Feb 2020 22:49:31 +0100 Subject: [PATCH] Allow "query" again --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 79654c5..241a977 100644 --- a/server.go +++ b/server.go @@ -234,7 +234,7 @@ func handleSystemMessage(mxid string, msg string) { } else { ezbrSystemSendf(mxid, "No account with name or using protocol %s", cmd[1]) } - case "talk": + case "query", "talk": account := findAccount(mxid, cmd[1]) if account != nil { quser := connector.UserID(cmd[2])