aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/irc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc.c b/src/irc.c
index 676c421..1b1e635 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -444,6 +444,8 @@ static void do_numeric(void) {
case ERR_NOMOTD:
hide_motd = 0;
cmd_rejoin_chans();
+ if(scr_names[2][0] == '#')
+ scr_display(2);
break;
case RPL_NAMREPLY: