mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 09:46:21 +00:00
Removed /duck command
This commit is contained in:
@@ -71,7 +71,6 @@ void handle_room_role_set_error(const char * const room, const char * const nick
|
||||
const char * const error);
|
||||
void handle_room_role_set(const char * const from, const char * const nick, const char * const role);
|
||||
void handle_room_kick_result_error(const char * const room, const char * const nick, const char * const error);
|
||||
void handle_duck_result(const char * const result);
|
||||
void handle_incoming_message(char *from, char *message, gboolean priv);
|
||||
void handle_delayed_message(char *from, char *message, GTimeVal tv_stamp,
|
||||
gboolean priv);
|
||||
|
||||
Reference in New Issue
Block a user