aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/bee_user.c')
-rw-r--r--protocols/bee_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/bee_user.c b/protocols/bee_user.c
index 0b118853..f0091799 100644
--- a/protocols/bee_user.c
+++ b/protocols/bee_user.c
@@ -250,7 +250,7 @@ void imcb_buddy_msg( struct im_connection *ic, const char *handle, char *msg, ui
bu = bee_user_by_handle( bee, ic, handle );
- if( !bu )
+ if( !bu && !( ic->flags & OPT_LOGGING_OUT ) )
{
char *h = set_getstr( &bee->set, "handle_unknown" );