X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=neonserv.example.conf;fp=neonserv.example.conf;h=afa81c01de00b796ca245b5fcb01319709f51833;hp=d93cd4242ba5b83460d2f481e9ccd6eee99099fc;hb=ab202224a669025ff7dbf50549d7ac4a337d7fc7;hpb=55428a9588d97fe59cbe9d1b497ec6bce0baeae5 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;