- Refine /nosave handling
authorRalf Ertzinger <sun@ryoko.camperquake.de>
Wed, 2 Jan 2008 19:20:43 +0000 (20:20 +0100)
committerRalf Ertzinger <sun@ryoko.camperquake.de>
Wed, 2 Jan 2008 19:20:43 +0000 (20:20 +0100)
videosite.pl

index 2e361b0..35c0809 100644 (file)
@@ -79,7 +79,7 @@ sub check_for_link {
     }
 
     # Look if we should ignore this line
-    if ($message =~ m|/nosave|) {
+    if ($message =~ m,(?:\s|^)/nosave,) {
         return;
     }