Feature #316
Handling undefined user modes
Status: | New | Start: | 01/24/2010 | |
Priority: | Normal | Due date: | ||
Assigned to: | - | % Done: | 0% |
|
Category: | Engine IRC | |||
Target version: | TBD | |||
Complexity: | Medium |
|||
Votes: | 0 |
Description
User mode +a adds a ! next to the username and Smuxi currently makes it part of the user name. When trying to send a private message with the Query feature, it sends it to !nick which does not exist. Also to use nick completion for such users you must use ! in front of the user's nick.
Related issues
related to Smuxi - Feature #161 | Support for flag/icon of half-ops, admins and services in channels | Closed | |||
blocked by Smuxi - Task #456 | Include SmartIrc4net library | Closed | 08/22/2010 |
History
Updated by Chris Le Sueur 5398 days ago
The character is dependent on the server. I've known it be &, and also to have % and ~ for other modes.
Updated by Mirco Bauer 5397 days ago
Smuxi 0.8 will be able to cope with this by parsing the RPL_ISUPPORT line which is common on most IRCds.
Updated by Mirco Bauer 5397 days ago
- Category set to Engine IRC
- Target version set to 0.8
- Complexity set to Medium
Updated by Mirco Bauer 5198 days ago
- Target version changed from 0.8 to TBD
Updated by Mirco Bauer 4703 days ago
- Tracker changed from Bug to Feature