moved privctcp handler and use it for both bots
[NeonServV5.git] / src / bot_NeonSpam.c
index c4e92bc75202bc1eaea4e97fa959bf9d901774a4..19a14b0ac638aa5430559950168ea144f6767867 100644 (file)
@@ -115,6 +115,7 @@ void init_NeonSpam() {
     //register events
     bind_bot_ready(neonspam_bot_ready);
     //bind_join(neonspam_event_join);
+    bind_privctcp(general_event_privctcp);
     
     set_trigger_callback(BOTID, neonspam_trigger_callback);