Przeglądaj źródła

Update BT.Manual.tcl

added setting +disablepubcmds that will disable only commands that start with a char
BLaCkShaDoW 2 lat temu
rodzic
commit
f8b826795c
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      BlackTools/Commands/BT.Manual.tcl

+ 6 - 0
BlackTools/Commands/BT.Manual.tcl

@@ -2619,6 +2619,12 @@ if {[matchattr $hand nmo|M $chan]} {
 	}	
 }
 
+disablepubcmds {
+if {[matchattr $hand nmo|M $chan]} {
+	blacktools:tell $nick $host $hand $chan $chan1 man.2233 none
+	}
+}
+
 default {
 	blacktools:tell $nick $host $hand $chan $chan1 man.1_1 $nick
 		}