X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FDynaConfig.pl;h=e24b0d41122a19b80b31b53e2298f989151e9fe6;hb=65a936279f6b34da2bae1091908c14e73ecd457d;hp=b76e7579763d94f8bbf519822a8c75ccf0ea4e97;hpb=a833f9adc4575894f1a5e7a96f1551ab6e54054b;p=infobot.git diff --git a/src/DynaConfig.pl b/src/DynaConfig.pl index b76e757..e24b0d4 100644 --- a/src/DynaConfig.pl +++ b/src/DynaConfig.pl @@ -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++;