comparison 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
comparison
equal deleted inserted replaced
584:414fbf558f1e 585:7eff2c1481fa
16 16
17 enum imrole { 17 enum imrole {
18 role_none, 18 role_none,
19 role_moderator, 19 role_moderator,
20 role_participant, 20 role_participant,
21 role_visitor 21 role_visitor,
22 imrole_size
22 }; 23 };
23 24
24 extern char *strrole[]; // Should match enum above 25 extern char *strrole[]; // Should match enum above
25 26
26 enum imaffiliation { 27 enum imaffiliation {
27 affil_none, 28 affil_none,
28 affil_owner, 29 affil_owner,
29 affil_admin, 30 affil_admin,
30 affil_member, 31 affil_member,
31 affil_outcast 32 affil_outcast,
33 imaffiliation_size
32 }; 34 };
33 35
34 extern char *straffil[]; // Should match enum above 36 extern char *straffil[]; // Should match enum above
35 37
36 enum subscr { 38 enum subscr {