Bug #703
/msg should'n open a query window
Status: | Closed | Start: | 03/30/2012 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine IRC | |||
Target version: | 0.8.11 | |||
Complexity: | Low |
Found in Version: | ||
Votes: | 0 |
Description
The topic is quite misleading. I mean, if i write someone a /msg entry, it shouldn't open a query window for me. Or at least print my message in there.
That's also a problem. /msg gets no output. Neither in the main channel window, nor in the query (Although it will be saved in the log).
Other IRC clients print a /msg to the channel window, like
A: Hello
B: No
C: Yes
---> B: this is the /msg
Related issues
duplicates Smuxi - Bug #634 | messages get lost while tab is opened and synchronized | Closed | 10/18/2011 |
Associated revisions
Revision b19c6deb3966950ef940097bb47635de593b50e1
[Engine-IRC] Implemented new /msg command behavior (closes: #703)
History
Updated by Mirco Bauer 4561 days ago
- Status changed from New to Feedback
But I disagree, /msg $nick should always open a query window, why should it not? or how can you start a private chat using a command? I know there is currently no command to send a private message and not open a new window, but that would be about adding a new command...
Updated by Lex Black 4559 days ago
I wouldn't say it's a duplicate of #634
I experienced this bug, but the "problem" described with this bug report is somewhat different.
Mirco Bauer wrote:
But I disagree, /msg $nick should always open a query window, why should it not? or how can you start a private chat using a command? I know there is currently no command to send a private message and not open a new window, but that would be about adding a new command...
Maybe i should clarify my understanding of /msg.
At the beginning of my irc time i used mirc. So I'm somewhat influenced by it. (Also i used Quassel, xchat(2, ychat), hydrairc, etc. All of them had it in common with /msg)
I knew two commands to send someone a private message. /msg and /query.
/msg can be used to write one person or a whole channel. But i see it as a one way ticket. And usually it was displayed like this http://imageshack.us/photo/my-images/130/schritt6test.jpg/ (Not a screen from me.) So everytime you want to msg someone u need /msg nick/channel/,/. before your message
Whereas /query is used to directly open a channel with a specific user (Opened in a new tab/window).
Updated by Mirco Bauer 4481 days ago
- Category set to Engine IRC
- Status changed from Feedback to Assigned
- Assigned to set to Mirco Bauer
- Target version set to 0.9
- Complexity set to Low
- "/msg nick foo" opens a new tab and sends the message
- "/query nick foo" opens a new tab and sends the message
- "/msg nick foo" opens no new tab, but sends the message
- "/query nick foo" open a new tab, but does not send the message
- "/msg nick foo" opens no new tab, but sends the message
- "/query nick foo" opens new tab and sends the message
For that reason, Smuxi will follow mIRC's behavior in this regard then.
Updated by Mirco Bauer 4481 days ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset b19c6deb3966950ef940097bb47635de593b50e1.
Updated by Mirco Bauer 4357 days ago
- Target version changed from 0.9 to 0.8.11