]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Process.pl
- it would help if I had checked before committing to cvs.
[infobot.git] / src / Process.pl
index d4473b414dd98c44ebea2723a5a411f740f231d3..5a166e12eec7da1e8b4007b66f95784feef18768 100644 (file)
@@ -27,7 +27,6 @@ sub process {
     # is $who arg lowercase?
     if (exists $channels{$chan}{o}{ $orig{who} } && &IsFlag("O") eq "O") {
        &status("Gave $who/$chan +o (+O)\'ness");
-       $users{$userHandle}{FLAGS} =~ s/o//g;
        $users{$userHandle}{FLAGS} .= "o";
     }