mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 11:46:21 +00:00
Added /duck command to perform searches using duckduckgo chat bot
This commit is contained in:
@@ -140,6 +140,13 @@ prof_handle_delayed_message(char *from, char *message, GTimeVal tv_stamp,
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_duck_result(const char * const result)
|
||||
{
|
||||
ui_duck_result(result);
|
||||
ui_current_page_off();
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_error_message(const char *from, const char *err_msg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user