diff options
author | dartraiden <wowemuh@gmail.com> | 2019-06-05 09:09:34 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-06-05 09:09:34 +0300 |
commit | 173ebc9cb1aede3773af6102881316c2c6c43848 (patch) | |
tree | 919aeccb93726ac4bff01c09a8a39bef1525fe13 /protocols/Non-IM Contact/src | |
parent | 64a45c8bd01e0d3658d7716c42503a5f139c5fe8 (diff) |
remove some "LUNCH" artifacts
Diffstat (limited to 'protocols/Non-IM Contact/src')
-rw-r--r-- | protocols/Non-IM Contact/src/namereplacing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Non-IM Contact/src/namereplacing.cpp b/protocols/Non-IM Contact/src/namereplacing.cpp index d2b43eead9..54709aa37c 100644 --- a/protocols/Non-IM Contact/src/namereplacing.cpp +++ b/protocols/Non-IM Contact/src/namereplacing.cpp @@ -426,7 +426,7 @@ int lastChecked(CMStringA &szNewStr, const char *str) } -// do icon(x) 0=offline, 1=online, 10=lunch +// do icon(x) 0=offline, 1=online void checkIcon(MCONTACT hContact, char* string) { char* str = strstr(string, "icon("); |