changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_move.c
index 6dc3908ede04861bf530d996146376d4c22e8647..804954faf45ff92be7a1f9798fdd11e200e92da4 100644 (file)
@@ -1,9 +1,11 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * argv[0] - channel
 * argv[1] - new channel
 */
-static CMD_BIND(neonserv_cmd_move) {
+CMD_BIND(neonserv_cmd_move) {
     MYSQL_RES *res;
     MYSQL_ROW row;
     char *channel = argv[0];