Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg authored Dec 31, 2023
1 parent 7a5a0cf commit 89b66c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1140,10 +1140,9 @@ int main(int arg_c, char **arg_v)
putlog(LOG_MISC, "*", "=== %s: %d channel%s, %d user%s.",
botnetnick, i, (i == 1) ? "" : "s", j, (j == 1) ? "" : "s");
if ((cliflags & CLI_N) && (cliflags & CLI_T)) {
printf("\n"
"NOTE: The -n flag is no longer used, it is as effective as Han\n"
" without Chewie\n");
}
printf("\n");
printf("NOTE: The -n flag is no longer used, it is as effective as Han\n");
printf(" without Chewie\n");
#ifdef TLS
ssl_init();
#endif
Expand Down

0 comments on commit 89b66c3

Please sign in to comment.