From fb11647a0dc92198488c709e0444c2aacbf15505 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 1 Oct 2011 16:55:24 +0200 Subject: factor making a message appear from a specific nick out of bee_irc_user_msg --- irc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'irc.h') diff --git a/irc.h b/irc.h index fec63967..0e9b3569 100644 --- a/irc.h +++ b/irc.h @@ -349,5 +349,6 @@ char *irc_format_timestamp( irc_t *irc, time_t msg_ts ); /* irc_im.c */ void bee_irc_channel_update( irc_t *irc, irc_channel_t *ic, irc_user_t *iu ); void bee_irc_user_nick_reset( irc_user_t *iu ); +void bee_irc_msg_from_user( irc_user_t *iu, const char *msg, time_t sent_at ); #endif -- cgit v1.2.3