diff --git a/plugins/Net-OSCAR/Net-OSCAR.pl b/plugins/Net-OSCAR/Net-OSCAR.pl index b7166ef..9841d4b 100644 --- a/plugins/Net-OSCAR/Net-OSCAR.pl +++ b/plugins/Net-OSCAR/Net-OSCAR.pl @@ -161,7 +161,7 @@ sub signon $oscar->set_callback_chat_invite( sub { $chats{$_[4]} = $_[3]; - hook("protocol_chat_invited", -user => $_[1], -msg => $_[2], -url => $_[4]); + hook("protocol_chat_invited", -user => $_[1], -msg => $_[2], -url => $_[4], -name => $_[3]); } ); $oscar->set_callback_chat_joined( diff --git a/sounds/buddy_out.wav b/sounds/buddy_out.wav deleted file mode 100644 index d083f87..0000000 Binary files a/sounds/buddy_out.wav and /dev/null differ diff --git a/sounds/error.wav b/sounds/error.wav deleted file mode 100644 index fd4df5a..0000000 Binary files a/sounds/error.wav and /dev/null differ diff --git a/sounds/signed_in.wav b/sounds/signed_in.wav deleted file mode 100644 index fd66289..0000000 Binary files a/sounds/signed_in.wav and /dev/null differ