Allow "query" again
This commit is contained in:
parent
708bd14e99
commit
1c038995be
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ func handleSystemMessage(mxid string, msg string) {
|
||||||
} else {
|
} else {
|
||||||
ezbrSystemSendf(mxid, "No account with name or using protocol %s", cmd[1])
|
ezbrSystemSendf(mxid, "No account with name or using protocol %s", cmd[1])
|
||||||
}
|
}
|
||||||
case "talk":
|
case "query", "talk":
|
||||||
account := findAccount(mxid, cmd[1])
|
account := findAccount(mxid, cmd[1])
|
||||||
if account != nil {
|
if account != nil {
|
||||||
quser := connector.UserID(cmd[2])
|
quser := connector.UserID(cmd[2])
|
||||||
|
|
Loading…
Reference in a new issue