added support for an external statistics script
[NeonServV5.git] / src / main.h
index a2e9af1352a535e547778cbe3dfae90ce14dbaa0..2e627939b8d49df4bdf77093f8cf161259c1b72b 100644 (file)
 #define TEMPUSER_LIST_INDEX VALID_NICK_CHARS_FIRST_LEN
 
 extern time_t start_time;
+extern int statistics_enabled;
 
 int stricmp (const char *s1, const char *s2);
 int stricmplen (const char *s1, const char *s2, int len);
 
+void restart_bot(int hard_restart);
+void stop_bot();
+void reload_config();
+
+void statistics_update();
+
 #endif
\ No newline at end of file