Initial commit. In a broken state, do not use.
This commit is contained in:
452
files/files/etc/F123-Config/irssi/config
Normal file
452
files/files/etc/F123-Config/irssi/config
Normal file
@ -0,0 +1,452 @@
|
||||
servers = (
|
||||
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
|
||||
{ address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
|
||||
{ address = "irc.esper.net"; chatnet = "EsperNet"; port = "6667"; },
|
||||
{
|
||||
address = "chat.freenode.net";
|
||||
chatnet = "Freenode";
|
||||
port = "6667";
|
||||
},
|
||||
{
|
||||
address = "irc.gamesurge.net";
|
||||
chatnet = "GameSurge";
|
||||
port = "6667";
|
||||
},
|
||||
{ address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; },
|
||||
{ address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
|
||||
{
|
||||
address = "irc.ircsource.net";
|
||||
chatnet = "IRCSource";
|
||||
port = "6667";
|
||||
},
|
||||
{ address = "irc.netfuze.net"; chatnet = "NetFuze"; port = "6667"; },
|
||||
{ address = "irc.oftc.net"; chatnet = "OFTC"; port = "6667"; },
|
||||
{
|
||||
address = "irc.quakenet.org";
|
||||
chatnet = "QuakeNet";
|
||||
port = "6667";
|
||||
},
|
||||
{ address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; },
|
||||
{ address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
|
||||
{
|
||||
address = "irc.undernet.org";
|
||||
chatnet = "Undernet";
|
||||
port = "6667";
|
||||
},
|
||||
{
|
||||
address = "irc.netwirc.tk";
|
||||
port = "6697";
|
||||
use_ssl = "yes";
|
||||
ssl_verify = "no";
|
||||
autoconnect = "yes";
|
||||
}
|
||||
);
|
||||
|
||||
chatnets = {
|
||||
netwirc = {
|
||||
type = "IRC";
|
||||
max_kicks = "40";
|
||||
max_msgs = "20";
|
||||
max_whois = "30";
|
||||
autosendcmd = "/join #talkingarch";
|
||||
};
|
||||
DALnet = {
|
||||
type = "IRC";
|
||||
max_kicks = "4";
|
||||
max_msgs = "20";
|
||||
max_whois = "30";
|
||||
};
|
||||
EFNet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
EsperNet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
Freenode = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
GameSurge = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
IRCnet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
IRCSource = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
NetFuze = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
OFTC = { type = "IRC"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; };
|
||||
QuakeNet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
Rizon = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
SILC = { type = "SILC"; };
|
||||
Undernet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
};
|
||||
|
||||
channels = (
|
||||
{ name = "#lobby"; chatnet = "EsperNet"; autojoin = "No"; },
|
||||
{ name = "#freenode"; chatnet = "Freenode"; autojoin = "No"; },
|
||||
{ name = "#irssi"; chatnet = "Freenode"; autojoin = "No"; },
|
||||
{ name = "#gamesurge"; chatnet = "GameSurge"; autojoin = "No"; },
|
||||
{ name = "#irssi"; chatnet = "IRCNet"; autojoin = "No"; },
|
||||
{ name = "#ircsource"; chatnet = "IRCSource"; autojoin = "No"; },
|
||||
{ name = "#netfuze"; chatnet = "NetFuze"; autojoin = "No"; },
|
||||
{ name = "#oftc"; chatnet = "OFTC"; autojoin = "No"; },
|
||||
{ name = "silc"; chatnet = "SILC"; autojoin = "No"; },
|
||||
{ name = "#talkingarch"; chatnet = "netwirc"; autojoin = "yes"; }
|
||||
);
|
||||
|
||||
aliases = {
|
||||
ATAG = "WINDOW SERVER";
|
||||
ADDALLCHANS = "SCRIPT EXEC foreach my \\$channel (Irssi::channels()) { Irssi::command(\"CHANNEL ADD -auto \\$channel->{name} \\$channel->{server}->{tag} \\$channel->{key}\")\\;}";
|
||||
B = "BAN";
|
||||
BACK = "AWAY";
|
||||
BANS = "BAN";
|
||||
BYE = "QUIT";
|
||||
C = "CLEAR";
|
||||
CALC = "EXEC - if command -v bc >/dev/null 2>&1\\; then printf '%s=' '$*'\\; echo '$*' | bc -l\\; else echo bc was not found\\; fi";
|
||||
CHAT = "DCC CHAT";
|
||||
CUBES = "SCRIPT EXEC Irssi::active_win->print(\"%_bases\", MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print( do { join '', map { \"%x0\\${_}0\\$_\" } '0'..'9','A'..'F' }, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print(\"%_cubes\", MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print( do { my \\$y = \\$_*6 \\; join '', map { my \\$x = \\$_ \\; map { \"%x\\$x\\$_\\$x\\$_\" } @{['0'..'9','A'..'Z']}[\\$y .. \\$y+5] } 1..6 }, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) for 0..5 \\; Irssi::active_win->print(\"%_grays\", MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print( do { join '', map { \"%x7\\${_}7\\$_\" } 'A'..'X' }, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print(\"%_mIRC extended colours\", MSGLEVEL_CLIENTCRAP) \\; my \\$x \\; \\$x .= sprintf \"\00399,%02d%02d\",\\$_,\\$_ for 0..15 \\; Irssi::active_win->print(\\$x, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) \\; for my \\$z (0..6) { my \\$x \\; \\$x .= sprintf \"\00399,%02d%02d\",\\$_,\\$_ for 16+(\\$z*12)..16+(\\$z*12)+11 \\; Irssi::active_win->print(\\$x, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) }";
|
||||
DATE = "exec date +'%I:%M%p%n%A, %B %d,%Y'";
|
||||
DEHIGHLIGHT = "DEHILIGHT";
|
||||
DESCRIBE = "ACTION";
|
||||
DHL = "DEHILIGHT";
|
||||
EXEMPTLIST = "MODE $C +e";
|
||||
EXIT = "QUIT";
|
||||
GOTO = "SCROLLBACK GOTO";
|
||||
HIGHLIGHT = "HILIGHT";
|
||||
HL = "HILIGHT";
|
||||
HOST = "USERHOST";
|
||||
INVITELIST = "MODE $C +I";
|
||||
J = "JOIN";
|
||||
K = "KICK";
|
||||
KB = "KICKBAN";
|
||||
KN = "KNOCKOUT";
|
||||
LAST = "LASTLOG";
|
||||
LEAVE = "PART";
|
||||
M = "MSG";
|
||||
MUB = "UNBAN *";
|
||||
N = "NAMES";
|
||||
NMSG = "^MSG";
|
||||
P = "PART";
|
||||
Q = "QUERY";
|
||||
RESET = "SET -default";
|
||||
RUN = "SCRIPT LOAD";
|
||||
SAY = "MSG *";
|
||||
SB = "SCROLLBACK";
|
||||
SBAR = "STATUSBAR";
|
||||
SIGNOFF = "QUIT";
|
||||
SV = "MSG * Irssi $J ($V) - http://www.irssi.org";
|
||||
T = "TOPIC";
|
||||
UB = "UNBAN";
|
||||
UMODE = "MODE $N";
|
||||
UNSET = "SET -clear";
|
||||
W = "WHO";
|
||||
WC = "WINDOW CLOSE";
|
||||
WG = "WINDOW GOTO";
|
||||
WJOIN = "JOIN -window";
|
||||
WI = "WHOIS";
|
||||
WII = "WHOIS $0 $0";
|
||||
WL = "WINDOW LIST";
|
||||
WN = "WINDOW NEW HIDDEN";
|
||||
WQUERY = "QUERY -window";
|
||||
WW = "WHOWAS";
|
||||
1 = "WINDOW GOTO 1";
|
||||
2 = "WINDOW GOTO 2";
|
||||
3 = "WINDOW GOTO 3";
|
||||
4 = "WINDOW GOTO 4";
|
||||
5 = "WINDOW GOTO 5";
|
||||
6 = "WINDOW GOTO 6";
|
||||
7 = "WINDOW GOTO 7";
|
||||
8 = "WINDOW GOTO 8";
|
||||
9 = "WINDOW GOTO 9";
|
||||
10 = "WINDOW GOTO 10";
|
||||
11 = "WINDOW GOTO 11";
|
||||
12 = "WINDOW GOTO 12";
|
||||
13 = "WINDOW GOTO 13";
|
||||
14 = "WINDOW GOTO 14";
|
||||
15 = "WINDOW GOTO 15";
|
||||
16 = "WINDOW GOTO 16";
|
||||
17 = "WINDOW GOTO 17";
|
||||
18 = "WINDOW GOTO 18";
|
||||
19 = "WINDOW GOTO 19";
|
||||
20 = "WINDOW GOTO 20";
|
||||
21 = "WINDOW GOTO 21";
|
||||
22 = "WINDOW GOTO 22";
|
||||
23 = "WINDOW GOTO 23";
|
||||
24 = "WINDOW GOTO 24";
|
||||
25 = "WINDOW GOTO 25";
|
||||
26 = "WINDOW GOTO 26";
|
||||
27 = "WINDOW GOTO 27";
|
||||
28 = "WINDOW GOTO 28";
|
||||
29 = "WINDOW GOTO 29";
|
||||
30 = "WINDOW GOTO 30";
|
||||
31 = "WINDOW GOTO 31";
|
||||
32 = "WINDOW GOTO 32";
|
||||
33 = "WINDOW GOTO 33";
|
||||
34 = "WINDOW GOTO 34";
|
||||
35 = "WINDOW GOTO 35";
|
||||
36 = "WINDOW GOTO 36";
|
||||
37 = "WINDOW GOTO 37";
|
||||
38 = "WINDOW GOTO 38";
|
||||
39 = "WINDOW GOTO 39";
|
||||
40 = "WINDOW GOTO 40";
|
||||
41 = "WINDOW GOTO 41";
|
||||
42 = "WINDOW GOTO 42";
|
||||
43 = "WINDOW GOTO 43";
|
||||
44 = "WINDOW GOTO 44";
|
||||
45 = "WINDOW GOTO 45";
|
||||
46 = "WINDOW GOTO 46";
|
||||
47 = "WINDOW GOTO 47";
|
||||
48 = "WINDOW GOTO 48";
|
||||
49 = "WINDOW GOTO 49";
|
||||
50 = "WINDOW GOTO 50";
|
||||
51 = "WINDOW GOTO 51";
|
||||
52 = "WINDOW GOTO 52";
|
||||
53 = "WINDOW GOTO 53";
|
||||
54 = "WINDOW GOTO 54";
|
||||
55 = "WINDOW GOTO 55";
|
||||
56 = "WINDOW GOTO 56";
|
||||
57 = "WINDOW GOTO 57";
|
||||
58 = "WINDOW GOTO 58";
|
||||
59 = "WINDOW GOTO 59";
|
||||
60 = "WINDOW GOTO 60";
|
||||
61 = "WINDOW GOTO 61";
|
||||
62 = "WINDOW GOTO 62";
|
||||
63 = "WINDOW GOTO 63";
|
||||
64 = "WINDOW GOTO 64";
|
||||
65 = "WINDOW GOTO 65";
|
||||
66 = "WINDOW GOTO 66";
|
||||
67 = "WINDOW GOTO 67";
|
||||
68 = "WINDOW GOTO 68";
|
||||
69 = "WINDOW GOTO 69";
|
||||
70 = "WINDOW GOTO 70";
|
||||
71 = "WINDOW GOTO 71";
|
||||
72 = "WINDOW GOTO 72";
|
||||
73 = "WINDOW GOTO 73";
|
||||
74 = "WINDOW GOTO 74";
|
||||
75 = "WINDOW GOTO 75";
|
||||
76 = "WINDOW GOTO 76";
|
||||
77 = "WINDOW GOTO 77";
|
||||
78 = "WINDOW GOTO 78";
|
||||
79 = "WINDOW GOTO 79";
|
||||
80 = "WINDOW GOTO 80";
|
||||
81 = "WINDOW GOTO 81";
|
||||
82 = "WINDOW GOTO 82";
|
||||
83 = "WINDOW GOTO 83";
|
||||
84 = "WINDOW GOTO 84";
|
||||
85 = "WINDOW GOTO 85";
|
||||
86 = "WINDOW GOTO 86";
|
||||
87 = "WINDOW GOTO 87";
|
||||
88 = "WINDOW GOTO 88";
|
||||
89 = "WINDOW GOTO 89";
|
||||
90 = "WINDOW GOTO 90";
|
||||
91 = "WINDOW GOTO 91";
|
||||
92 = "WINDOW GOTO 92";
|
||||
93 = "WINDOW GOTO 93";
|
||||
94 = "WINDOW GOTO 94";
|
||||
95 = "WINDOW GOTO 95";
|
||||
96 = "WINDOW GOTO 96";
|
||||
97 = "WINDOW GOTO 97";
|
||||
98 = "WINDOW GOTO 98";
|
||||
99 = "WINDOW GOTO 99";
|
||||
music = "/exec -o echo -n \"Now playing: \\$(audtool --current-song)\"";
|
||||
sing = "/exec -o echo -n \"@sing \\$(audtool --current-song-tuple-data artist | tr -d \\$'\\n'):\\$(audtool --current-song-tuple-data title)\"";
|
||||
"*sing" = "/exec -o echo -n \"@sing \\$(audtool --current-song-tuple-data artist | tr -d \\$'\\n'):\\$(audtool --current-song-tuple-data title):*\"";
|
||||
};
|
||||
|
||||
statusbar = {
|
||||
|
||||
items = {
|
||||
|
||||
barstart = "{sbstart}";
|
||||
barend = "{sbend}";
|
||||
|
||||
topicbarstart = "{topicsbstart}";
|
||||
topicbarend = "{topicsbend}";
|
||||
|
||||
time = "{sb $Z}";
|
||||
user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
|
||||
|
||||
window = "{sb $winref:$tag/$itemname{sbmode $M}}";
|
||||
window_empty = "{sb $winref{sbservertag $tag}}";
|
||||
|
||||
prompt = "{prompt $[.15]itemname}";
|
||||
prompt_empty = "{prompt $winname}";
|
||||
|
||||
topic = " $topic";
|
||||
topic_empty = " Irssi v$J - http://www.irssi.org";
|
||||
|
||||
lag = "{sb Lag: $0-}";
|
||||
act = "{sb Act: $0-}";
|
||||
more = "-- more --";
|
||||
};
|
||||
|
||||
default = {
|
||||
|
||||
window = {
|
||||
|
||||
disabled = "yes";
|
||||
type = "window";
|
||||
placement = "bottom";
|
||||
position = "1";
|
||||
visible = "active";
|
||||
|
||||
items = {
|
||||
barstart = { priority = "100"; };
|
||||
user = { };
|
||||
window = { };
|
||||
window_empty = { };
|
||||
lag = { priority = "-1"; };
|
||||
act = { priority = "10"; };
|
||||
more = { priority = "-1"; alignment = "right"; };
|
||||
barend = { priority = "100"; alignment = "right"; };
|
||||
};
|
||||
};
|
||||
|
||||
window_inact = {
|
||||
|
||||
type = "window";
|
||||
placement = "bottom";
|
||||
position = "1";
|
||||
visible = "inactive";
|
||||
|
||||
items = {
|
||||
barstart = { priority = "100"; };
|
||||
window = { };
|
||||
window_empty = { };
|
||||
more = { priority = "-1"; alignment = "right"; };
|
||||
barend = { priority = "100"; alignment = "right"; };
|
||||
};
|
||||
};
|
||||
|
||||
prompt = {
|
||||
|
||||
type = "root";
|
||||
placement = "bottom";
|
||||
position = "100";
|
||||
visible = "always";
|
||||
|
||||
items = {
|
||||
prompt = { priority = "-1"; };
|
||||
prompt_empty = { priority = "-1"; };
|
||||
input = { priority = "10"; };
|
||||
};
|
||||
};
|
||||
|
||||
topic = {
|
||||
|
||||
type = "root";
|
||||
placement = "top";
|
||||
position = "1";
|
||||
visible = "always";
|
||||
|
||||
items = {
|
||||
topicbarstart = { priority = "100"; };
|
||||
topic = { };
|
||||
topic_empty = { };
|
||||
topicbarend = { priority = "100"; alignment = "right"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
core = { real_name = "Unknown"; user_name = "storm"; nick = "storm"; };
|
||||
"fe-text" = { actlist_sort = "refnum"; };
|
||||
"fe-common/core" = {
|
||||
bell_beeps = "yes";
|
||||
beep_msg_level = "msgs notices dcc dccmsgs hilight";
|
||||
timestamps = "no";
|
||||
};
|
||||
};
|
||||
windows = { 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; };
|
||||
mainwindows = { 1 = { first_line = "1"; lines = "35"; }; };
|
||||
keyboard = (
|
||||
{
|
||||
key = "meta-Z";
|
||||
id = "command";
|
||||
data = "exec audtool --playlist-reverse&&audtool --current-song";
|
||||
},
|
||||
{
|
||||
key = "meta-B";
|
||||
id = "command";
|
||||
data = "exec audtool --playlist-advance&&audtool --current-song";
|
||||
},
|
||||
{
|
||||
key = "meta-X";
|
||||
id = "command";
|
||||
data = "exec if ! pgrep audacious &> /dev/null ; then audacious -Hp &> /dev/null&else audacious -p;fi;audtool --current-song";
|
||||
},
|
||||
{
|
||||
key = "meta-c";
|
||||
id = "command";
|
||||
data = "exec audtool --playback-playpause;if audtool --playback-playing ; then audtool --current-song;fi";
|
||||
},
|
||||
{
|
||||
key = "meta-v";
|
||||
id = "command";
|
||||
data = "exec audtool --playback-stop";
|
||||
},
|
||||
{
|
||||
key = "meta-_";
|
||||
id = "command";
|
||||
data = "exec audtool --set-volume $(($(audtool --get-volume | tr -Cd '[:digit:]-') - 5))";
|
||||
},
|
||||
{
|
||||
key = "meta-+";
|
||||
id = "command";
|
||||
data = "exec audtool --set-volume $(($(audtool --get-volume | tr -Cd '[:digit:]-') + 5))";
|
||||
},
|
||||
{
|
||||
key = "meta-C";
|
||||
id = "command";
|
||||
data = "exec audtool --playback-playpause&&audtool --current-song";
|
||||
},
|
||||
{
|
||||
key = "meta-V";
|
||||
id = "command";
|
||||
data = "exec audtool --playback-stop";
|
||||
},
|
||||
{
|
||||
key = "meta-U";
|
||||
id = "command";
|
||||
data = "exec audtool --current-song";
|
||||
}
|
||||
);
|
1
files/files/etc/F123-Config/irssi/scripts/autorun/sound.pl
Symbolic link
1
files/files/etc/F123-Config/irssi/scripts/autorun/sound.pl
Symbolic link
@ -0,0 +1 @@
|
||||
../sound.pl
|
293
files/files/etc/F123-Config/irssi/scripts/sound.pl
Executable file
293
files/files/etc/F123-Config/irssi/scripts/sound.pl
Executable file
@ -0,0 +1,293 @@
|
||||
use strict;
|
||||
use vars qw($VERSION %IRSSI);
|
||||
|
||||
use Irssi;
|
||||
$VERSION = '0.0.3';
|
||||
%IRSSI = (
|
||||
authors => 'Storm and Jeremiah',
|
||||
contact => 'blah@blah.blah',
|
||||
name => 'irssi-sound',
|
||||
description => 'Play sounds for different events in IRSSI.',
|
||||
url => 'https://github.com/stormdragon2976/irssi-sound',
|
||||
license => 'GNU General Public License',
|
||||
changed => '$Date: 2007-02-07 12:00:00 +0100 (Thu, 7 Feb 2008) $'
|
||||
);
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Created by Chrelad
|
||||
# Feb 7, 2008
|
||||
#modified by Storm Dragon
|
||||
#Also modified by Jeremiah
|
||||
#Added private message sound and the ability to select sound method
|
||||
#Sounds now play as a background process.
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
my $flood_protect = 1;
|
||||
my $sound_tag;
|
||||
|
||||
sub sound_overflow_timeout() {
|
||||
$flood_protect = 1;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
}
|
||||
|
||||
|
||||
sub join_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $joincmd = Irssi::settings_get_str("join_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($joincmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub part_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $partcmd = Irssi::settings_get_str("part_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($partcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub quit_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $quitcmd = Irssi::settings_get_str("quit_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($quitcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub pub_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $pubcmd = Irssi::settings_get_str("pub_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($pubcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub own_action_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $ownactcmd = Irssi::settings_get_str("own_act_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($ownactcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub own_private_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $ownprivcmd = Irssi::settings_get_str("own_privmsg_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($ownprivcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub action_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $actcmd = Irssi::settings_get_str("action_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($actcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub own_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $ownmsgcmd = Irssi::settings_get_str("own_msg_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($ownmsgcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub own_notice_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $ownnoticecmd = Irssi::settings_get_str("own_notice_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($ownnoticecmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub notice_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $noticecmd = Irssi::settings_get_str("notice_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($noticecmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub pri_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $privmsgcmd = Irssi::settings_get_str("privmsg_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($privmsgcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub hilight {
|
||||
my ($dest, $text, $stripped) = @_;
|
||||
my $server = $dest->{server};
|
||||
my $window = Irssi::active_server();
|
||||
if (!($server &&
|
||||
$dest->{level} & (MSGLEVEL_HILIGHT) &&
|
||||
$server->ischannel($dest->{target}) &&
|
||||
$window->{refnum} != $dest->{window}->{refnum})) {
|
||||
return;
|
||||
}
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;
|
||||
} else {
|
||||
if (my $hilightcmd = Irssi::settings_get_str("hilight_sound_command")) {
|
||||
system($hilightcmd);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#add settings and defaults
|
||||
Irssi::settings_add_bool("lookandfeel", "sounds", 1);
|
||||
Irssi::settings_add_int("lookandfeel", "sound_flood", 250);
|
||||
Irssi::settings_add_str("misc", "join_sound_command",
|
||||
"play -qnV0 synth tri 1500 tri 1800 delay 0 .12 fade h 0 .2 remix - &. /dev/null&");
|
||||
Irssi::settings_add_str("misc", "part_sound_command",
|
||||
"play -qnV0 synth tri 1800 tri 1500 delay 0 .12 fade h 0 .2 remix - &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "quit_sound_command",
|
||||
"play -qnV0 synth pi fade h 0 1 1 pad 0 1 reverb overdrive riaa norm -7 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "pub_sound_command",
|
||||
"play -qnV0 synth 0.09 tri E3:B3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "own_act_sound_command",
|
||||
"play -qnV0 synth 0.25 tri G5:E1 tri B5:D1 remix - norm -5 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "own_privmsg_sound_command",
|
||||
"play -qnV0 synth pl G2 pl G3 pl B2 pl B3 pl D3 pl D4 pl G3 pl G4 pl D4 pl D4 pl G4 pl G4 delay 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 0.11 remix - phaser fade p 0 0.5 0.3 norm -3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "action_sound_command",
|
||||
"play -qnV0 synth 0.25 tri E1:G5 tri D1:B5 remix - norm -5 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "own_msg_sound_command",
|
||||
"play -qnV0 synth 0.09 tri B3:E3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "own_notice_sound_command",
|
||||
"play -nqV0 synth pi fade h 0 1 1 norm -15 pad 0 1 reverb overdrive riaa speed 32 repeat 3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "notice_sound_command",
|
||||
"play -nqV0 synth pi fade h 0 1 1 norm -15 pad 0 1 reverb overdrive riaa speed 32 reverse repeat 3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "privmsg_sound_command",
|
||||
"play -qnV0 synth pl G4 pl G4 pl D4 pl D4 pl D4 pl D3 pl G4 pl G3 pl B3 pl B2 pl G3 pl G2 delay 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 0.11 remix - phaser fade p 0 0.5 0.3 norm -3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "hilight_sound_command",
|
||||
"play -qnV0 synth 0.5 tri A3:D3 tri D3:A3 remix - &> /dev/null&");
|
||||
#add Signals
|
||||
Irssi::signal_add_last("message public", "pub_msg");
|
||||
Irssi::signal_add_last("message irc action", "action_msg");
|
||||
Irssi::signal_add_last("message own_public", "own_msg");
|
||||
Irssi::signal_add_last("message private", "pri_msg");
|
||||
Irssi::signal_add_last("message own_private", "own_private_msg");
|
||||
Irssi::signal_add_last("message irc own_action", "own_action_msg");
|
||||
Irssi::signal_add_last("message irc own_notice", "own_notice_msg");
|
||||
Irssi::signal_add_last("message irc notice", "notice_msg");
|
||||
Irssi::signal_add_last('print text', "hilight");
|
||||
Irssi::signal_add_last("event join", 'join_msg');
|
||||
Irssi::signal_add_last("event quit", 'quit_msg');
|
||||
Irssi::signal_add_last("event part", 'part_msg');
|
||||
Irssi::signal_add_last("event kick", 'part_msg');
|
||||
#- end
|
Reference in New Issue
Block a user