mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 09:46:21 +00:00
Removed debug messages when setting roles/affiliations
This commit is contained in:
@@ -205,12 +205,6 @@ handle_room_role_set_error(const char * const room, const char * const nick, con
|
||||
ui_handle_room_role_set_error(room, nick, role, error);
|
||||
}
|
||||
|
||||
void
|
||||
handle_room_role_set(const char * const room, const char * const nick, const char * const role)
|
||||
{
|
||||
ui_handle_room_role_set(room, nick, role);
|
||||
}
|
||||
|
||||
void
|
||||
handle_room_role_list_result_error(const char * const room, const char * const role, const char * const error)
|
||||
{
|
||||
@@ -232,12 +226,6 @@ handle_room_affiliation_set_error(const char * const room, const char * const ji
|
||||
ui_handle_room_affiliation_set_error(room, jid, affiliation, error);
|
||||
}
|
||||
|
||||
void
|
||||
handle_room_affiliation_set(const char * const room, const char * const jid, const char * const affiliation)
|
||||
{
|
||||
ui_handle_room_affiliation_set(room, jid, affiliation);
|
||||
}
|
||||
|
||||
void
|
||||
handle_disco_items(GSList *items, const char *jid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user