diff options
| author | 2013-04-05 10:45:57 +0000 | |
|---|---|---|
| committer | 2013-04-05 10:45:57 +0000 | |
| commit | 6b87c67a0171178ae60f497043258d8c24353526 (patch) | |
| tree | e8d5a43b9765bdee17513fee0a7bf1c221d8a97c | |
| parent | backported r6241 to branch/4.2 (diff) | |
| download | KVIrc-4.2.tar.gz KVIrc-4.2.tar.bz2 KVIrc-4.2.zip | |
Merged revision(s) 6324 from trunk/kvirc: 4.2
Fix default smiles codes. Thanks to alexzulu for the patch
git-svn-id: https://svn.kvirc.de/svn/branches/kvirc/4.2@6325 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | data/config/texticons.kvc | 15 | ||||
| -rw-r--r-- | src/modules/texticons/libkvitexticons.cpp | 2 |
2 files changed, 15 insertions, 2 deletions
diff --git a/data/config/texticons.kvc b/data/config/texticons.kvc index 047f34056..95a3a812f 100644 --- a/data/config/texticons.kvc +++ b/data/config/texticons.kvc @@ -44,4 +44,17 @@ inlove=304 ninja=305 pirate=306 puke=307 -rage=308
\ No newline at end of file +rage=308 +:)=227 +:(=224 +:/=225 +:*=222 +;)=231 +:P°=283 +:D=217 +:O=226 +:P=228 +:S=264 +:°)=270 +:|=282 +:°=230
\ No newline at end of file diff --git a/src/modules/texticons/libkvitexticons.cpp b/src/modules/texticons/libkvitexticons.cpp index 768ffa8ea..fdd5f7cb1 100644 --- a/src/modules/texticons/libkvitexticons.cpp +++ b/src/modules/texticons/libkvitexticons.cpp @@ -86,7 +86,7 @@ static bool texticons_kvs_fnc_get(KviKvsModuleFunctionCall * c) @type: command @title: - $texticons.set + texticons.set @short: Sets texticon data @syntax: |
