diff options
| author | 2014-04-26 17:45:07 +0400 | |
|---|---|---|
| committer | 2014-04-26 17:45:07 +0400 | |
| commit | a36dd828d46c4f02ef447a7773a768839197b02d (patch) | |
| tree | 7dc4a5671d622bb411893f0e3c0c5a52a46cdbd3 /config-default | |
| parent | cc788f5aae7ef2a43852e75fdecf8375b01bd4ed (diff) | |
Note date of blacklisting in the config files
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"); ]]> |
