Merge branch 'ZNCv1' into MixedVersions
[ZNCAdmin.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 6377b47f2bd3965bf8719e5c2962e3dd49c82ee5..4a04cb6a69baded8cd2802d7d22026bdd601c1fb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -30,12 +30,17 @@ ZNCAdmin is made to be used as external scripts from NeonServV5.
        +bind znc_whois NeonServ.extscript php scripts/zncadmin.php search $1 $2- %1+
        +bind znc_seen NeonServ.extscript php scripts/zncadmin.php seen $1 $2 %1+
        +bind znc_simul NeonServ.extscript php scripts/zncadmin.php simul $1 $2 $3- %1+
+       +bind znc_block NeonServ.extscript php scripts/zncadmin.php block $1 $2 %1+
+       +bind znc_unblock NeonServ.extscript php scripts/zncadmin.php unblock $1 $2 %1+
+       +bind znc_stats NeonServ.extscript php scripts/zncadmin.php stats $1 %1+
 
      You may also bind the "admin commands" (override the protected option)
        +bind znc_admin_add NeonServ.extscript php scripts/zncadmin.php force add $1 $2 %1+
        +bind znc_admin_del NeonServ.extscript php scripts/zncadmin.php force del $1 $2 %1+
        +bind znc_admin_resetpass NeonServ.extscript php scripts/zncadmin.php force resetpass $1 $2 %1+
        +bind znc_admin_simul NeonServ.extscript php scripts/zncadmin.php force simul $1 $2 $3- %1+
+       +bind znc_admin_block NeonServ.extscript php scripts/zncadmin.php force block $1 $2 %1+
+       +bind znc_admin_unblock NeonServ.extscript php scripts/zncadmin.php force unblock $1 $2 %1+
 
   4) DO NOT FORGET TO SET THE PERMISSIONS!
      External Scripts do not have own permission requirements. You need to set them manually using +modcmd