#define REQUIRESSL
+#ifndef PALAVER_VERSION
+ #error "Please follow the installation instructions in the README."
+#endif
+
#include <znc/Modules.h>
#include <znc/User.h>
#include <regex>
#endif
-#ifndef PALAVER_VERSION
- #define PALAVER_VERSION "unknown"
-#endif
-
#if defined VERSION_MAJOR && defined VERSION_MINOR && VERSION_MAJOR >= 1 && VERSION_MINOR < 6
#error "Palaver ZNC Modules requires ZNC 1.6 or newer."