diff --git a/src/main.c b/src/main.c --- a/src/main.c +++ b/src/main.c @@ -53,9 +53,7 @@ printf ("You need to create a config file %s\n", CONFIG_FILE); break; case -2: - printf - ("You need at least entries for user, password, server and channel in your config file %s\n", - CONFIG_FILE); + printf ("You need at least entries for user, server and channel in your config file %s\n", CONFIG_FILE); break; } return len;