added error message for missing modules (send_raw, blockusers) and znc_block, znc_unb...
[ZNCAdmin.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 88e301c659fbe24aa33345f7c9bd10cc4023166a..4a04cb6a69baded8cd2802d7d22026bdd601c1fb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -30,6 +30,8 @@ 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)
@@ -37,6 +39,8 @@ ZNCAdmin is made to be used as external scripts from NeonServV5.
        +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