]> git.donarmstrong.com Git - infobot.git/commitdiff
- DESTROY code removed.
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 3 Jan 2001 13:43:26 +0000 (13:43 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 3 Jan 2001 13:43:26 +0000 (13:43 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@224 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/modules.pl

index 75b64ba4e64141416fd3996550e4bb24ae301dad..0cbfd9f5e72abdd00c1a1a5ab65818ede2199ab6 100644 (file)
@@ -138,6 +138,7 @@ sub loadIRCModules {
            exit 1;
        }
        &showProc(" (Net::IRC)");
+
     } else {
        &status("IRC support DISABLED.");
        return;
@@ -323,18 +324,19 @@ sub loadMyModule {
 }
 
 ### this chews 3megs on potato, 300 kB on slink.
-$no_syscall = 0;
-###eval "require 'sys/syscall.ph'";
+#$no_syscall = 0;
+#eval "require 'sys/syscall.ph'";
 #if ($@) {
-#    &WARN("sys/syscall.ph has not been installed//generated. gettimeofday
-#will use time() instead");
+#    &WARN("sys/syscall.ph has not been installed//generated.
+#gettimeofday will use time() instead");
     $no_syscall = 1;
 #}
-#&showProc(" (syscall)");
+&showProc(" (syscall)");
 
 sub AUTOLOAD {
     &ERROR("UNKNOWN FUNCTION CALLED: $AUTOLOAD");
     foreach (@_) {
+       next unless (defined $_);
        &status("  => $_");
     }
 }