Bug #859
"/MODE username -x" doesn't work
Status: | Rejected | Start: | 07/05/2013 | |
Priority: | Low | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | Engine IRC | |||
Target version: | - | |||
Complexity: | Found in Version: | 0.8.11-1~raring+1 |
||
Votes: | 0 |
Description
When I do this:
/mode Daniel -xI get this:
[501 (ErrorUserModeUnknownFlag)] Unknown MODE flag
However, this works fine on the same server using a different IRC client.
History
Updated by Mirco Bauer 4153 days ago
- Status changed from New to Rejected
Changing the usermode with /mode $nick +x or /mode +x works but not all IRC networks support +x.
Freenode, which does not support +x13:25:46 WRITE: MODE meebey_ -x 13:25:46 [501 (ErrorUserModeUnknownFlag)] Unknown MODE flag 13:25:46 READ: :leguin.freenode.net 501 meebey_ :Unknown MODE flagQuakeNet, which does support +x
13:26:46 WRITE: MODE meebey +x 13:26:47 -!- Mode change [+x] for user meebey 13:26:47 READ: :meebey!~smuxi@62.80.20.142 MODE meebey +x
Thus there is nothing to fix...
Updated by Mirco Bauer 4153 days ago
If you want to see what happens at protocol level in the server tab, run Smuxi from a terminal like this: smuxi-frontend-gnome -d
Updated by Daniel Lo Nigro 4153 days ago
Thanks, I tried it again and it seems to be working so I must have been doing something wrong! PEBKAC error :)
I was connected to a few networks so maybe I was just running the commands in the wrong tab...