changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_events.c
index 586fdac1c7213e8cdb2ed796f560b984ce59cdb2..23ecf3cf90103f4bf533503e1030c6e52a0be3a0 100644 (file)
@@ -1,10 +1,12 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * argv[0]     time
 * argv[1-*]   match
 */
 
-static CMD_BIND(neonserv_cmd_events) {
+CMD_BIND(neonserv_cmd_events) {
     char *str_match;
     int duration = (argc ? strToTime(user, argv[0]) : 0);
     if(argc > (duration ? 1 : 0))