From af129be5a2c53185a35d6e25ca2011f7f058009b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 May 2020 18:03:49 +0100 Subject: better irssi documentation --- tools/irssi.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'tools') 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 - recognize the network name "freenode" in the next step) +

Add sound notifications, first download script to ~/.irssi/scripts/autorun;

+ +
+        $ 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
+        
+ + +

Replace play by aplay on script then execute irssi and run following commands;

+ +
+        /script load beep_beep.pl
+        /set bell_beeps
+        /set beep_msg_level MSGS DCC DCCMSGS HILIGHT NOTICES
+        /save
+        
+ +

To test script run;

+ +
+        /script exec beep_beep
+        
+ +

For more information check advanced irssi usage

Tools Index

-- cgit 1.4.1-2-gfad0