Selaa lähdekoodia

Add files via upload

Daniel Voipan 5 vuotta sitten
vanhempi
commit
d10136e07d
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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]