aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-17 00:31:55 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-17 00:31:55 +0100
commit4346c3f4343d0cf67a7eefc381c5b10e15011ce8 (patch)
treec8777657d9beb067fa5e92f2df7b193fa0ae60a1 /protocols/oscar
parent3709301b1559aabb3292e8c15bac14a85d8fc31e (diff)
parentef14a83adbb9036c0006ad460c5e11882a3d7e13 (diff)
Merging mainline.
Diffstat (limited to 'protocols/oscar')
-rw-r--r--protocols/oscar/oscar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/oscar.c b/protocols/oscar/oscar.c
index acae6433..9a9f2999 100644
--- a/protocols/oscar/oscar.c
+++ b/protocols/oscar/oscar.c
@@ -2530,7 +2530,7 @@ struct groupchat *oscar_chat_with(struct im_connection * ic, char *who)
char * chatname;
struct groupchat *c;
- chatname = g_strdup_printf("%s%s_%d", isdigit(*ic->acc->user) ? "icq_" : "",
+ chatname = g_strdup_printf("%s%s%d", isdigit(*ic->acc->user) ? "icq" : "",
ic->acc->user, chat_id++);
c = imcb_chat_new(ic, chatname);