src/main.c
changeset 18 4435146391ae
parent 17 9a32b5242320
child 23 1cd79bb84e9c
--- 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;