diff --git a/lib/fairu/chan.pm b/lib/fairu/chan.pm index a538c24..16c6986 100644 --- a/lib/fairu/chan.pm +++ b/lib/fairu/chan.pm @@ -143,7 +143,7 @@ sub uwu($) { if (($mode eq q[move] && move($ifile, $ofile)) || ($mode eq q[copy] && copy($ifile, $ofile))) { - fairu::notification::send(q[action], $f); + fairu::notification::send(q[event], $f); $count++ } else