diff --git a/fnotify.pl b/fnotify.pl index 7438dfb..189eb8d 100644 --- a/fnotify.pl +++ b/fnotify.pl @@ -110,7 +110,7 @@ sub print_text_handler { Irssi::settings_add_bool('lookandfeel', 'festival_enabled', 0); Irssi::settings_add_bool('lookandfeel', 'fnotify_sound_enabled', 1); Irssi::settings_add_str('lookandfeel', 'fnotify_sound_player', 'mpg123'); -Irssi::settings_add_str('lookandfeel', 'fnotify_sound_file', 'msg_notification.mp3'); +Irssi::settings_add_str('lookandfeel', 'fnotify_sound_file', '/home/rtch/.irssi/scripts/autorun/msg_notification.mp3'); # Register all three handlers.