Allow "query" again

This commit is contained in:
Alex 2020-02-28 22:49:31 +01:00
parent 708bd14e99
commit 1c038995be
1 changed files with 1 additions and 1 deletions

View File

@ -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])