X-Git-Url: http://git.pk910.de/?p=ZNCAdmin.git;a=blobdiff_plain;f=config.example.php;h=207e720c75fa214d7cb88269febd5aed0324f124;hp=d3139eaed28a4d4f9ca11dcc708fc430a326ab6e;hb=HEAD;hpb=32b656ead6ec6b4c56eebfe3ccaaa65aed957b2c diff --git a/config.example.php b/config.example.php index d3139ea..207e720 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, @@ -68,13 +70,16 @@ $add_settings = array( "groupname" => "KryptonZNC" ), "modules" => array( - "autocycle" => "", - "awaynick" => "%nick%|ZNC", "chansaver" => "", - "kickrejoin" => "", "perform" => "", - "simple_away" => "" - ) + ), + "netmodules" => array( + "autocycle" => "", + "awaynick" => "%nick%|ZNC", + "simple_away" => "", + "kickrejoin" => "", + "keepnick" => "", + ), ); ?> \ No newline at end of file