Bug #43
Handle /query Command
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | EgS | % Done: | 0% |
|
| Category: | Quassel Core | |||
| Target version: | 0.2.0-alpha1 | |||
| Version: | OS: |
Description
Currently one is unable to start a Query. There is a raw version of Server::handleUserQuery() but there is still work to be done.
Related issues
History
#1 Updated by EgS almost 5 years ago
#2 Updated by Sputnick over 4 years ago
We should at least make /query an alias for /msg before the release; the fact that it does not do anything yet tends to confuse people :)
And btw, #41 has been closed long ago ;)
#3 Updated by EgS over 4 years ago
/query now opens always a buffer and stores you're message.
/msg just sends the message to the target without storing it or opening a buffer.