diff mcabber/src/hooks.c @ 572:afc2bd38b15c

Implement affiliations handling, add "/room whois"
author Mikael Berthe <mikael@lilotux.net>
date Sat, 03 Dec 2005 23:40:40 +0100
parents 6f490c725999
children 8b3db0b555a1
line wrap: on
line diff
--- a/mcabber/src/hooks.c	Sat Dec 03 14:25:34 2005 +0100
+++ b/mcabber/src/hooks.c	Sat Dec 03 23:40:40 2005 +0100
@@ -213,7 +213,8 @@
     }
   }
 
-  roster_setstatus(jid, rn, prio, status, status_msg, role_none, NULL);
+  roster_setstatus(jid, rn, prio, status, status_msg, role_none, affil_none,
+                   NULL);
   buddylist_build();
   scr_DrawRoster();
   hlog_write_status(jid, 0, status, status_msg);