diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-28 22:49:31 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-28 22:49:31 +0100 |
commit | 1c038995be9f869be1b69a604e42096807806676 (patch) | |
tree | bb9bab0af2c66358774446e1011bf2bc5ec49f94 | |
parent | 708bd14e994765e818eb835da0bc0799e3e67ccd (diff) | |
download | easybridge-1c038995be9f869be1b69a604e42096807806676.tar.gz easybridge-1c038995be9f869be1b69a604e42096807806676.zip |
Allow "query" again
-rw-r--r-- | server.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |