]> git.donarmstrong.com Git - infobot.git/blobdiff - src/DynaConfig.pl
standard TODO: and FIXME:
[infobot.git] / src / DynaConfig.pl
index f6f066668079f9d578ec046471de5dc29faf9a0f..6b4ee5aa6f16bd0bd9eaf3cecc631d545648c95c 100644 (file)
@@ -443,7 +443,7 @@ sub writeChanFile {
 ##### USER COMMANDS.
 #####
 
-# todo: support multiple flags, eg: "+o-m"
+# TODO: support multiple flags, eg: "+o-m"
 sub IsFlag {
     my $flags = shift;
     my ($ret, $f, $o) = "";
@@ -575,7 +575,7 @@ sub ignoreAdd {
 
     $ignore{$chan}{$mask} = [$expire, time(), $who, $comment];
 
-    # todo: improve this.
+    # TODO: improve this.
     if ($expire == 0) {
        &status("ignore: Added $mask for $chan to NEVER expire, by $who, for $comment");
     } else {