Add irc_dcc_send_ack event and fix missing fields

This commit is contained in:
Fupeng Zhao 2023-04-13 14:59:27 +00:00 committed by mAsk°
parent b739bdbbfb
commit 161ffb4192
14 changed files with 172 additions and 102 deletions

View file

@ -97,7 +97,7 @@ function log_dcc(f: fa_file)
}
}
event file_new(f: fa_file) &priority=-5
event file_sniff(f: fa_file, meta: fa_metadata) &priority=-5
{
if ( f$source == "IRC_DATA" )
log_dcc(f);