mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 07:26:21 +00:00
Added server error handling when setting /carbons preference
This commit is contained in:
@@ -177,6 +177,18 @@ handle_disco_info_error(const char * const from, const char * const error)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
handle_enable_carbons_error(const char * const error)
|
||||
{
|
||||
cons_show_error("Server error enabling message carbons: %s", error);
|
||||
}
|
||||
|
||||
void
|
||||
handle_disable_carbons_error(const char * const error)
|
||||
{
|
||||
cons_show_error("Server error disabling message carbons: %s", error);
|
||||
}
|
||||
|
||||
void
|
||||
handle_room_info_error(const char * const room, const char * const error)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user