Browse Source

Retrait des \b pour le flag

Julien Vaubourg 12 years ago
parent
commit
0677c8c325
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fdnTopicAddBot/fdn-accbot.pl

+ 1 - 1
fdnTopicAddBot/fdn-accbot.pl

@@ -62,7 +62,7 @@ sub topic {
 	my $args = shift;
 
 	if($args->{"topic"}) {
-		if($args->{"topic"} =~ /\b\Q$flag\E\s*(.+)\b$/i) {
+		if($args->{"topic"} =~ /\Q$flag\E\s*(.+)$/i) {
 			$isacc = 1;
 
 			open(OUT, ">$file");