Daniel Voipan 5 лет назад
Родитель
Сommit
d10136e07d
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      BlackTools/Commands/BT.ChanCmds.tcl
  2. 1 1
      BlackTools/Commands/BT.MeCmds.tcl

+ 1 - 1
BlackTools/Commands/BT.ChanCmds.tcl

@@ -173,7 +173,7 @@ if {[matchattr $hand nmo|MAOV $chan]} {
 }
 
 q {
-if {[matchattr $hand nmo|MAOV $chan]} {
+if {($black(quote:usage) == "1" && [matchattr $hand nmo|MAOV $chan]) || $black(quote:usage) == "0"} {
 	set otherchan 0
 	set who [lindex [split $arg] 1]
 	set next [lindex [split $arg] 2]

+ 1 - 1
BlackTools/Commands/BT.MeCmds.tcl

@@ -179,7 +179,7 @@ if {[matchattr $hand nmo|MAOV $chan]} {
 }
 
 q {
-if {[matchattr $hand nmo|MAOV $chan]} {
+if {($black(quote:usage) == "1" && [matchattr $hand nmo|MAOV $chan]) || $black(quote:usage) == "0"} {
 	set otherchan 0
 	set who [lindex [split $arg] 2]
 	set next [lindex [split $arg] 3]