diff options
Diffstat (limited to 'tools/irssi.html')
-rw-r--r-- | tools/irssi.html | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/tools/irssi.html b/tools/irssi.html index 12fc766..bcf714e 100644 --- a/tools/irssi.html +++ b/tools/irssi.html @@ -26,7 +26,34 @@ /CHANNEL ADD -auto #crux freenode </pre> - recognize the network name "freenode" in the next step) + <p>Add sound notifications, first download script to ~/.irssi/scripts/autorun;</p> + + <pre> + $ mkdir -p ~/.irssi/scripts/autorun + $ cd ~/.irssi/scripts/autorun + $ wget http://scripts.irssi.org/scripts/beep_beep.pl + $ cd ~/.irssi/scripts + $ wget http://www.gkgraphics.com/download/sounds/wav/mono/SonarPing.wav + $ mv SonarPing.wav ding_dong.wav + </pre> + + + <p>Replace play by aplay on script then execute irssi and run following commands;</p> + + <pre> + /script load beep_beep.pl + /set bell_beeps + /set beep_msg_level MSGS DCC DCCMSGS HILIGHT NOTICES + /save + </pre> + + <p>To test script run;</p> + + <pre> + /script exec beep_beep + </pre> + + <p>For more information check <a href="https://www.linode.com/docs/applications/messaging/advanced-irssi-usage/">advanced irssi usage</a></p> <a href="index.html">Tools Index</a> <p> |