mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 02:26:20 +00:00
Show message on /bookmark remove when bookmark does not exist
This commit is contained in:
@@ -133,7 +133,7 @@ Capabilities* (*caps_get)(const char * const caps_str);
|
||||
void (*caps_close)(void);
|
||||
|
||||
gboolean (*bookmark_add)(const char *jid, const char *nick, gboolean autojoin);
|
||||
void (*bookmark_remove)(const char *jid, gboolean autojoin);
|
||||
gboolean (*bookmark_remove)(const char *jid, gboolean autojoin);
|
||||
const GList * (*bookmark_get_list)(void);
|
||||
char * (*bookmark_find)(char *search_str);
|
||||
void (*bookmark_autocomplete_reset)(void);
|
||||
|
||||
Reference in New Issue
Block a user