aboutsummaryrefslogtreecommitdiffstats
path: root/irc_im.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc_im.c')
-rw-r--r--irc_im.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc_im.c b/irc_im.c
index 465d8d20..2d4e8787 100644
--- a/irc_im.c
+++ b/irc_im.c
@@ -214,6 +214,7 @@ static gboolean bee_irc_user_msg( bee_t *bee, bee_user_t *bu, const char *msg, t
if( sent_at > 0 && set_getbool( &irc->b->set, "display_timestamps" ) )
ts = irc_format_timestamp( irc, sent_at );
+ /* Too similar to irc_usermsg()... */
if( iu->last_channel )
{
if( iu->last_channel->flags & IRC_CHANNEL_JOINED )