diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-23 14:26:18 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-23 14:26:18 +0000 |
commit | 3bc0f9cd44cb1dc52defb53d461588db298211b9 (patch) | |
tree | 38f325441023b6d76c48c5f3b6bb5f6fb1b3adde /irssi | |
parent | secrets (diff) | |
download | scripts-3bc0f9cd44cb1dc52defb53d461588db298211b9.tar.gz scripts-3bc0f9cd44cb1dc52defb53d461588db298211b9.zip |
updates
Diffstat (limited to 'irssi')
-rw-r--r-- | irssi/config | 52 | ||||
-rwxr-xr-x | irssi/irssi.sh | 2 |
2 files changed, 24 insertions, 30 deletions
diff --git a/irssi/config b/irssi/config index b4fd8e8..3f211dc 100644 --- a/irssi/config +++ b/irssi/config @@ -102,7 +102,7 @@ chatnets = { "app.slack.com" = { type = "IRC"; nick = "terminaldweller"; }; "FRRouting.slack.com" = { type = "IRC"; }; bitlbee = { - autosendcmd = "^identify gorgoroth;wait 3000"; + autosendcmd = "/^msg &bitlbee identify gorgoroth;wait 3000"; type = "IRC"; }; LiberaChat = { type = "IRC"; sasl_mechanism = "EXTERNAL"; }; @@ -125,18 +125,20 @@ chatnets = { channels = ( # { name = "#dpdk"; chatnet = "LiberaChat"; autojoin = "yes"; }, # { name = "#fdio-vpp"; chatnet = "LiberaChat"; autojoin = "yes"; }, - { name = "#openssl"; chatnet = "LiberaChat"; autojoin = "yes"; }, + # { name = "#openssl"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#netbsd"; chatnet = "LiberaChat"; autojoin = "yes"; }, - { name = "#netplan"; chatnet = "LiberaChat"; autojoin = "yes"; }, + # { name = "#netplan"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#ubuntu"; chatnet = "LiberaChat"; autojoin = "yes"; }, - { name = "#qemu"; chatnet = "OFTC"; autojoin = "yes"; }, + # { name = "#qemu"; chatnet = "OFTC"; autojoin = "yes"; }, { name = "#debian"; chatnet = "OFTC"; autojoin = "yes"; }, - { name = "#virt"; chatnet = "OFTC"; autojoin = "yes"; }, + # { name = "#virt"; chatnet = "OFTC"; autojoin = "yes"; }, { name = "#openwrt"; chatnet = "OFTC"; autojoin = "yes"; }, { name = "#tor"; chatnet = "OFTC"; autojoin = "yes"; }, - { name = "#openssh"; chatnet = "LiberaChat"; autojoin = "yes"; }, - { name = "#gdb"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#llvm"; chatnet = "OFTC"; autojoin = "yes"; }, + # { name = "#openssh"; chatnet = "LiberaChat"; autojoin = "yes"; }, + # { name = "#gdb"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#openbsd"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#go-nuts"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#voidlinux"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#security"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#crypto"; chatnet = "LiberaChat"; autojoin = "yes"; }, @@ -149,7 +151,12 @@ channels = ( { name = "#freebsd"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#linux"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#irssi"; chatnet = "LiberaChat"; autojoin = "yes"; }, - { name = "#kvm"; chatnet = "LiberaChat"; autojoin = "yes"; } + { name = "#bookz"; chatnet = "Undernet-ZNC"; autojoin = "yes"; }, + { name = "#postgresql"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#news"; chatnet = "Rizon"; autojoin = "yes"; }, + { name = "#irc"; chatnet = "IRCNet"; autojoin = "yes"; }, + { name = "#supersonic"; chatnet = "DALNet"; autojoin = "yes"; } + # { name = "#kvm"; chatnet = "LiberaChat"; autojoin = "yes"; } ); aliases = { @@ -342,27 +349,6 @@ statusbar = { barend = { priority = "100"; alignment = "right"; }; }; }; - awl_1 = { - items = { - barstart = { priority = "100"; }; - awl_1 = { }; - barend = { priority = "100"; alignment = "right"; }; - }; - }; - awl_2 = { - items = { - barstart = { priority = "100"; }; - awl_2 = { }; - barend = { priority = "100"; alignment = "right"; }; - }; - }; - awl_3 = { - items = { - barstart = { priority = "100"; }; - awl_3 = { }; - barend = { priority = "100"; alignment = "right"; }; - }; - }; }; }; settings = { @@ -491,7 +477,7 @@ ignores = ( { level = "JOINS PARTS QUITS NICKS"; channels = ( "#git" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#voidlinux" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openwrt" ); }, - { + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#debian-next" ); }, @@ -504,6 +490,12 @@ ignores = ( { level = "JOINS PARTS QUITS NICKS"; channels = ( "#tor" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#security" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#busybox" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#bookz" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#supersonic" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#news" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#postgresql" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#llvm" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#irc" ); }, { level = "CTCPS"; }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#zsh" ); } ); diff --git a/irssi/irssi.sh b/irssi/irssi.sh index 6a70190..8a37915 100755 --- a/irssi/irssi.sh +++ b/irssi/irssi.sh @@ -22,6 +22,8 @@ wget https://scripts.irssi.org/scripts/trackbar.pl wget https://scripts.irssi.org/scripts/uberprompt.pl wget https://scripts.irssi.org/scripts/usercount.pl wget https://scripts.irssi.org/scripts/tracknick.pl +wget https://scripts.irssi.org/scripts/cmdind.pl +wget https://scripts.irssi.org/scripts/settingshelp.pl cd ~/scripts/irssi cp ./config ~/.irssi/config |