aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorunknown <pesco@khjk.org>2011-10-01 16:55:24 +0200
committerunknown <pesco@khjk.org>2011-10-01 16:55:24 +0200
commitfb11647a0dc92198488c709e0444c2aacbf15505 (patch)
tree7a825201123249101e0089eb6157c9d94b564451 /irc.h
parentda44b08376a65c1a7f79776ae4ecf71d47596174 (diff)
factor making a message appear from a specific nick out of bee_irc_user_msg
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h1
1 files changed, 1 insertions, 0 deletions
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