diff options
Diffstat (limited to 'src/irc.c')
| -rw-r--r-- | src/irc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 "); } |
