mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 10:16:21 +00:00
Added /duck command to perform searches using duckduckgo chat bot
This commit is contained in:
@@ -110,6 +110,12 @@ void ui_status_room(const char * const contact);
|
||||
void ui_status(void);
|
||||
void ui_status_private(void);
|
||||
|
||||
void ui_create_duck_win(void);
|
||||
void ui_open_duck_win(void);
|
||||
void ui_duck(const char * const query);
|
||||
void ui_duck_result(const char * const result);
|
||||
gboolean ui_duck_exists(void);
|
||||
|
||||
// create windows
|
||||
void create_title_bar(void);
|
||||
void create_status_bar(void);
|
||||
|
||||
Reference in New Issue
Block a user