diff options
Diffstat (limited to 'src/irc.c')
| -rw-r--r-- | src/irc.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -491,6 +491,12 @@ static void do_numeric(void) { do_forward_chan(); break; + case RPL_AWAY: + scr_print_active(msg_args[1]); + scr_print_active(" is away: "); + scr_print_active(msg_text); + break; + default: if(num >= 400 && num < 600) scr_activate(scr_current); |
