X-Git-Url: http://git.pk910.de/?p=ZNCAdmin.git;a=blobdiff_plain;f=zncadmin%2FZNCServer.class.php;fp=zncadmin%2FZNCServer.class.php;h=8af0194188fc6687affcae0c52db3a3c274382e0;hp=f85dd5607848db4c340006978b1f0ef6e9fd9f0a;hb=35d6cfed78a76d9cf7a679faba96df2ccc40a111;hpb=af798c5febaeefd3cb1378438442522eaae8285f diff --git a/zncadmin/ZNCServer.class.php b/zncadmin/ZNCServer.class.php index f85dd56..8af0194 100644 --- a/zncadmin/ZNCServer.class.php +++ b/zncadmin/ZNCServer.class.php @@ -1,19 +1,19 @@ . + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ define("ERR_OK", 0); @@ -24,6 +24,7 @@ define("ERR_UNKNOWN_ZNC_VERSION_OR_METHOD", 4); $zncserver_classes = array( "ZNCServerV0.class.php", + "ZNCServerV1.class.php", ); class ZNCServer {