]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Uptime.pl
- added support/hack for channel +o as "+o" in bot user file.
[infobot.git] / src / Modules / Uptime.pl
index 1d8e927c6b6cf86190ecdb5eb778449f09a609d1..8be74bf6a7eaacbd6ad4f34d0c29a729c7fa1c18 100644 (file)
@@ -29,6 +29,8 @@ sub uptimeGetInfo {
   my @results;
   my $file = $file{utm};
 
+  &::DEBUG("uGI: reading $file...");
+
   if (!open(IN, $file)) {
     &status("Writing uptime file for first time usage (nothing special).");
     open(OUT,">$file");