chiark / gitweb /
Split nameIsInList into nameIsInListRegexp (for most things) and nameIsInListExactly...
[modbot-mtm.git] / stump / bin / needAck
index 9b464d3cb0575fe1d7fff2aaf03d6cc669318ea2..3a0b663e1e8e0b6bdd7f4751a545abf214419d70 100755 (executable)
@@ -9,7 +9,7 @@ require "$MNG_ROOT/bin/robomod.pl";
 # checks if poster needs ack
 sub checkAck {
 
-  $needAck = ! &nameIsInList( $From, "noack.list" );
+  $needAck = ! &nameIsInListExactly( $From, "noack.list" );
 
 }