diff mcabber/src/roster.c @ 649:3ad6675caaf1

MUC: fix join bug when the conference is in the roster
author Mikael Berthe <mikael@lilotux.net>
date Sat, 07 Jan 2006 01:15:04 +0100
parents 68fb0c1dfb15
children b243d3b3ff1b
line wrap: on
line diff
--- a/mcabber/src/roster.c	Sat Jan 07 01:12:03 2006 +0100
+++ b/mcabber/src/roster.c	Sat Jan 07 01:15:04 2006 +0100
@@ -823,7 +823,7 @@
 {
   roster *roster_usr = rosterdata;
 
-  if (!(roster_usr->type & ROSTER_TYPE_ROOM)) return;
+  if (!(roster_usr->type & ROSTER_TYPE_ROOM)) return; // XXX Error message?
 
   if (roster_usr->nickname) {
     g_free((gchar*)roster_usr->nickname);