X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=neonserv.example.conf;h=afa81c01de00b796ca245b5fcb01319709f51833;hp=d93cd4242ba5b83460d2f481e9ccd6eee99099fc;hb=c5f46740e0362d66c6ae976300d2e039474fa3e5;hpb=f28a6cf114ec097583236a82aab0dbf52c4852c4 diff --git a/neonserv.example.conf b/neonserv.example.conf index d93cd42..afa81c0 100644 --- a/neonserv.example.conf +++ b/neonserv.example.conf @@ -39,6 +39,15 @@ //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;