added UserBot rejoin system
[NeonServV5.git] / neonserv.example.conf
index d93cd4242ba5b83460d2f481e9ccd6eee99099fc..afa81c01de00b796ca245b5fcb01319709f51833 100644 (file)
         //180 miutes, every 2 seconds: 5400 auth checks
         "alertchan" = "#krypton.intern";
     };
+    "UserBots" {
+        "OtherServ" {
+            "enabled" = 1;
+            "nick" = "OtherServ,OtherServ2"; //optional check (mask)
+            "sourcebot" = "NeonServ"; //send messages through a bot of this botclass
+            "opless_part" = "PRIVMSG %s :part %s"; //args: botnick, channel
+            "opless_join" = "PRIVMSG %s :join %s"; //args: botnick, channel
+        };
+    };
 };
 "QServer" {
     "enabled" = 0;