From 94281efa4280bd3ef1cecb7cd22deca03ecb5935 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 19 Nov 2005 12:54:01 +0100 Subject: Oops, even BitlBee didn't know yet that channel names can start with &. Now it should. --- protocols/nogaim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/nogaim.c b/protocols/nogaim.c index f4a2ecb3..22240d8a 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -770,7 +770,7 @@ struct conversation *serv_got_joined_chat( struct gaim_connection *gc, int id, c c->title = g_strdup( handle ); s = g_new( char, 16 ); - sprintf( s, "#chat_%03d", gc->irc->c_id++ ); + sprintf( s, "&chat_%03d", gc->irc->c_id++ ); c->channel = g_strdup( s ); g_free( s ); -- cgit v1.2.3