diff mcabber/src/roster.h @ 585:7eff2c1481fa

Add "/room affil" and "/room role"
author Mikael Berthe <mikael@lilotux.net>
date Sat, 10 Dec 2005 18:34:51 +0100
parents 414fbf558f1e
children 9516db839e08
line wrap: on
line diff
--- a/mcabber/src/roster.h	Fri Dec 09 19:49:58 2005 +0100
+++ b/mcabber/src/roster.h	Sat Dec 10 18:34:51 2005 +0100
@@ -18,7 +18,8 @@
   role_none,
   role_moderator,
   role_participant,
-  role_visitor
+  role_visitor,
+  imrole_size
 };
 
 extern char *strrole[]; // Should match enum above
@@ -28,7 +29,8 @@
   affil_owner,
   affil_admin,
   affil_member,
-  affil_outcast
+  affil_outcast,
+  imaffiliation_size
 };
 
 extern char *straffil[]; // Should match enum above