diff options
Diffstat (limited to 'microbbs.c')
-rw-r--r-- | microbbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ int main( int argc, char **argv ) //printf("%d %d\n", ts.term_col, ts.term_row); //write to log that some user have accesed bbs - bbs_log( NULL ); //write to default place + //bbs_log( NULL ); //write to default place bbs_motd( &ts, "art/motd.txt" ); print_build_info(); while ( strncmp( str, "q", 1 ) && strncmp( str, "Q", 1 ) ) |