]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Misc.pl
- second round of changes from lear@OPN. thanks!
[infobot.git] / src / Factoids / Misc.pl
index aa058e8f6ea3a12169411f1194f4087ec3e1d5e5..ec0addb8f1b97d10b3891caa19c9bb9e3b2406af 100644 (file)
@@ -309,7 +309,7 @@ sub FactoidStuff {
            if (defined $result) {
                my $author = &getFactInfo($from, "created_by");
 
-               if (&IsFlag("m") or $author =~ /^\Q$who\E\!/i) {
+               if (0 and !&IsFlag("m") or $author !~ /^\Q$who\E\!/i) {
                    &msg($who, "It's not yours to modify.");
                    return;
                }