comparison mcabber/src/roster.h @ 974:36f7753dfb59

Add /roster item_{lock,unlock} These commands allow us to lock a contact so it stays visible in the roster when hide_offline_buddies is set.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 30 Sep 2006 22:42:32 +0200
parents 1bdf0f1b16c0
children ed697234bd39
comparison
equal deleted inserted replaced
973:e693cbe33802 974:36f7753dfb59
69 69
70 // Flags: 70 // Flags:
71 #define ROSTER_FLAG_MSG 1U // Message not read 71 #define ROSTER_FLAG_MSG 1U // Message not read
72 #define ROSTER_FLAG_HIDE (1U<<1) // Group hidden (or buddy window closed) 72 #define ROSTER_FLAG_HIDE (1U<<1) // Group hidden (or buddy window closed)
73 #define ROSTER_FLAG_LOCK (1U<<2) // Node should not be removed from buddylist 73 #define ROSTER_FLAG_LOCK (1U<<2) // Node should not be removed from buddylist
74 // ROSTER_FLAG_LOCAL (1U<<3) // Buddy not on server's roster (??) 74 #define ROSTER_FLAG_USRLOCK (1U<<3) // Node should not be removed from buddylist
75 // ROSTER_FLAG_LOCAL (1U<<4) // Buddy not on server's roster (??)
75 76
76 extern GList *buddylist; 77 extern GList *buddylist;
77 extern GList *current_buddy; 78 extern GList *current_buddy;
78 extern GList *alternate_buddy; 79 extern GList *alternate_buddy;
79 80