]> git.donarmstrong.com Git - infobot.git/commitdiff
" -> \'
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 06:46:54 +0000 (06:46 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 06:46:54 +0000 (06:46 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1073 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Debian.pl

index 0e79930bd91707ec754213eb49625bf4c3ba59b2..ba28c481a9b35715186892ce80ff3cb2f7fb1854 100644 (file)
@@ -176,19 +176,19 @@ sub searchContents {
     $query =~ s/^\s+|\s+$//g;
 
     if (!&::validExec($query)) {
-       &::msg($::who, "search string looks fuzzy.");
+       &::msg($::who, 'search string looks fuzzy.');
        return;
     }
 
-    if ($dist eq "incoming") {         # nothing yet.
-       &::DEBUG("sC: dist = 'incoming'. no contents yet.");
+    if ($dist eq 'incoming') {         # nothing yet.
+       &::DEBUG('sC: dist = "incoming". no contents yet.');
        return;
     } else {
        my %urls = &fixDist($dist, %urlcontents);
        # download contents file.
-       &::DEBUG("deb: download 1.") if ($debug);
+       &::DEBUG('deb: download 1.') if ($debug);
        if (!&DebianDownload($dist, %urls)) {
-           &::WARN("Debian: could not download files.");
+           &::WARN('Debian: could not download files.');
        }
     }