You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
587 B

  1. --- a/src/main.cpp
  2. +++ b/src/main.cpp
  3. @@ -422,12 +422,14 @@ int main(int argc, char** argv) {
  4. "No modules found. Perhaps you didn't install ZNC properly?");
  5. CUtils::PrintError(
  6. "Read https://wiki.znc.in/Installation for instructions.");
  7. +#if 0
  8. if (!CUtils::GetBoolInput(
  9. "Do you really want to run ZNC without any modules?",
  10. false)) {
  11. CZNC::DestroyInstance();
  12. return 1;
  13. }
  14. +#endif
  15. }
  16. CUtils::PrintStatus(true, "");
  17. }