Another attempt to fix the MtxOrb weirdness. Changed the general-purpose

output so it doesn't send anything unless something actually happened.
This commit is contained in:
toykeeper
2000-05-25 18:21:22 +00:00
parent e5d1a9d431
commit 0c07dacfea
2 changed files with 6 additions and 5 deletions
+2
View File
@@ -879,6 +879,8 @@ output_func (client * c, int argc, char **argv)
} else {
if (0 == strcmp (argv[1], "on"))
output_state = 1;
else if (0 == strcmp (argv[1], "off"))
output_state = -1;
else
output_state = 0;
}