mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-04 02:46:21 +00:00
Implemented /group command with no args (list groups)
This commit is contained in:
@@ -378,6 +378,12 @@ roster_get_contacts(void)
|
||||
return result;
|
||||
}
|
||||
|
||||
GSList *
|
||||
roster_get_groups(void)
|
||||
{
|
||||
return autocomplete_get_list(groups_ac);
|
||||
}
|
||||
|
||||
GSList *
|
||||
roster_get_group(const char * const group)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user