diff options
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/commands.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default/commands.xml b/config-default/commands.xml index c6e5e66..a36ba60 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -557,7 +557,7 @@ my $str = lc $1; use String::CRC32; my $id = sprintf("%08x", crc32($str)); - $::blacklist->{string}->{$id} = { "content" => $str, "setby" => $event->nick }; + $::blacklist->{string}->{$id} = { "content" => $str, "setby" => $event->nick, "settime" => strftime('%F', gmtime) }; ASM::XML->writeBlacklist(); $conn->privmsg($event->replyto, "$str blacklisted with id $id, please use ;blreason $id reasonGoesHere to set a reason"); ]]> |
