summaryrefslogtreecommitdiff
path: root/vchat-ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-xvchat-ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vchat-ui.c b/vchat-ui.c
index 6a12f59..6742656 100755
--- a/vchat-ui.c
+++ b/vchat-ui.c
@@ -560,9 +560,9 @@ doscroll ( int up ) {
560 togglequery(); 560 togglequery();
561 561
562 if( private && (destwin == channel) ) 562 if( private && (destwin == channel) )
563 topicline( NULL);
564 else
565 consoleline( NULL); 563 consoleline( NULL);
564 else
565 topicline( NULL);
566 } 566 }
567} 567}
568 568