Feature #134
replace text smileys with graphical smileys
| Status: | New | Start: | |||
| Priority: | Normal | Due date: | |||
| Assigned to: | - | % Done: | 30% |
||
| Category: | Engine | ||||
| Target version: | TBD | ||||
| Complexity: | Medium |
||||
| Votes: | 0 |
Description
text smileys like: :-) :-( :-D etc should be replaced with graphical smileys
History
Updated by Mirco Bauer 5846 days ago
- % Done changed from 0 to 30
I can't remember it but there is already code implementation for this, see:
http://git.qnetp.net/?p=smuxi.git;a=blob;f=src/Engine/Protocols/ProtocolManagerBase.cs;h=8e4bb9b45b405ffcb0a33adf0e4ef555ea193166;hb=HEAD#l240
No idea if it works....
Updated by Mirco Bauer 4323 days ago
- Assigned to deleted (
Mirco Bauer)
This should be easy to do now that smart links are in master, see https://github.com/meebey/smuxi/blob/master/src/Engine/Config/MessageBuilderSettings.cs#L55 and https://github.com/meebey/smuxi/blob/master/src/Engine/Messages/MessageBuilder.cs#L859