]> git.donarmstrong.com Git - infobot.git/blobdiff - src/DynaConfig.pl
- make ignoreAdd a little more verbose.
[infobot.git] / src / DynaConfig.pl
index b76e7579763d94f8bbf519822a8c75ccf0ea4e97..e24b0d41122a19b80b31b53e2298f989151e9fe6 100644 (file)
@@ -513,6 +513,9 @@ sub ignoreAdd {
 
     $ignore{$chan}{$mask} = [$expire, time(), $who, $comment];
 
+    # todo: improve this.
+    &status("ignore: Added $mask for $chan to expire $expire, by $who, for $comment");
+
     if ($exist) {
        $utime_userfile = time();
        $ucount_userfile++;