X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=neonserv.example.conf;h=ded933c179bd62a859320beb944ef718f3ef1901;hp=d93cd4242ba5b83460d2f481e9ccd6eee99099fc;hb=1ed920f7647e213e018b559e65174ab2f9fbbf70;hpb=d80ff9e6b878be4f29854f4fe99f59efeb5e6e10 diff --git a/neonserv.example.conf b/neonserv.example.conf index d93cd42..ded933c 100644 --- a/neonserv.example.conf +++ b/neonserv.example.conf @@ -39,20 +39,35 @@ //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; "port" = 7499; "pass" = "blaa"; }; -"log" { //neonserv.log +"logs" { /* - 1 - INFO - 2 - ERROR - 4 - RAW - 8 - MYSQL + module:section = target_type:target + possible sections: + "info","debug","raw","mysql","override","warning","error","fatal" + possible targets: + file:log.log + irc:#channel + std:out + std:err */ - "loglevel" = 3; + "*:info,warning,error,fatal" = "file:neonserv.log"; + // "*:override,error,fatal" = "irc:#neonserv"; + "*:info" = "std:out"; }; "modules" { "libglobalcmd" {