X-Git-Url: http://git.pk910.de/?p=ZNCAdmin.git;a=blobdiff_plain;f=config.example.php;fp=config.example.php;h=7633f2bfbb31f3522928776df4cdd27c102e5fb3;hp=0e76bc529f60985928041ad8d06977b5e4086f46;hb=3aa922ffd39f11a8dff55ccd09c00af9228b6bf0;hpb=d5830d94902b927fe42edb37b0854b5d3ed6c067 diff --git a/config.example.php b/config.example.php index 0e76bc5..7633f2b 100644 --- a/config.example.php +++ b/config.example.php @@ -19,6 +19,7 @@ $zncservers = array( array( "name" => "znc1", //name of the Server (is shown in whois and used to identify multiple used usernames) + "version" => 1.000, //Version of the ZNC instance "host" => "127.0.0.1", //host to connect to (is not shown to the user) "public" => "znc1.example.net", //Public address used in the add reply "port" => 8000, //NORMAL ZNC Port @@ -34,6 +35,7 @@ $zncservers = array( ), array( "name" => "znc2", + "version" => 0.206, //Version of the ZNC instance "host" => "127.0.0.1", "public" => "znc2.example.net", "port" => 8001, @@ -57,6 +59,16 @@ $add_settings = array( "servers" => array( "irc.onlinegamesnet.net 6667" ), + "channel" => array( + "#Krypton" + ), + "mirccmds" => array( + "hosts" => array( + "free-bnc.de", + "krypton-bouncer.de" + ), + "groupname" => "KryptonZNC" + ), "modules" => array( "autocycle" => "", "awaynick" => "%nick%|ZNC",