int irc_send_command(struct server *s, struct channel *c, char *m) { UNUSED(s); UNUSED(c); UNUSED(m); return 0; } int irc_send_message(struct server *s, struct channel *c, const char *m) { UNUSED(s); UNUSED(c); UNUSED(m); return 0; }