aboutsummaryrefslogtreecommitdiff
path: root/src/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.c')
-rw-r--r--src/irc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc.c b/src/irc.c
index 4a69784..daa91bd 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -260,6 +260,7 @@ static void do_join(void) {
if(streq_i(conf->nick, msg_src)) {
scr_print_active("You have ");
} else {
+ scr_print_active("\x02=\x02");
scr_print_active(msg_src);
scr_print_active(" has ");
}