aboutsummaryrefslogtreecommitdiffstats
path: root/irssi/config
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-07 16:09:26 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-07 16:09:26 +0000
commit8fc30dbb1ef6afc2e0078ac14786d8ba52542348 (patch)
tree1cf3bb2a2c9413fd875268e942930a2ec484d022 /irssi/config
parentupdate (diff)
downloadscripts-8fc30dbb1ef6afc2e0078ac14786d8ba52542348.tar.gz
scripts-8fc30dbb1ef6afc2e0078ac14786d8ba52542348.zip
irssi update
Diffstat (limited to 'irssi/config')
-rw-r--r--irssi/config34
1 files changed, 29 insertions, 5 deletions
diff --git a/irssi/config b/irssi/config
index f767ea6..fa0e3f2 100644
--- a/irssi/config
+++ b/irssi/config
@@ -93,7 +93,7 @@ chatnets = {
OFTC = {
type = "IRC";
nick = "terminaldweller";
- autosendcmd = "/^msg nickserv set cloak on;wait 2000";
+ autosendcmd = "/^msg nickserv set cloak on;wait 3000";
max_kicks = "1";
max_msgs = "1";
max_whois = "1";
@@ -101,13 +101,25 @@ chatnets = {
gitter = { type = "IRC"; nick = "terminaldweller"; };
"app.slack.com" = { type = "IRC"; nick = "terminaldweller"; };
"FRRouting.slack.com" = { type = "IRC"; };
- bitlbee = { type = "IRC"; };
+ bitlbee = {
+ autosendcmd = "^identify gorgoroth;wait 3000";
+ type = "IRC";
+ };
LiberaChat = { type = "IRC"; sasl_mechanism = "EXTERNAL"; };
- Rizon = { type = "IRC"; };
+ Rizon = {
+ type = "IRC";
+ autosendcmd = "/^mode terminaldweller +px;wait 3000";
+ };
IRCNet = { type = "IRC"; };
- "Undernet-ZNC" = { type = "IRC"; };
+ "Undernet-ZNC" = {
+ type = "IRC";
+ autosendcmd = "/^mode terminaldwel +ix;msg *status traffic;wait 3000";
+ };
EFnet = { type = "IRC"; };
- DALnet = { type = "IRC"; };
+ DALnet = {
+ type = "IRC";
+ autosendcmd = "/^mode terminaldweller +HCi;wait 3000";
+ };
};
channels = (
@@ -124,6 +136,9 @@ channels = (
{ name = "#openbsd"; chatnet = "LiberaChat"; autojoin = "yes"; },
{ name = "#voidlinux"; chatnet = "LiberaChat"; autojoin = "yes"; },
{ name = "#security"; chatnet = "LiberaChat"; autojoin = "yes"; },
+ { name = "#crypto"; chatnet = "LiberaChat"; autojoin = "yes"; },
+ { name = "#tmux"; chatnet = "LiberaChat"; autojoin = "yes"; },
+ { name = "#vim"; chatnet = "LiberaChat"; autojoin = "yes"; },
{ name = "#busybox"; chatnet = "LiberaChat"; autojoin = "yes"; },
{ name = "#shadow"; chatnet = "LiberaChat"; autojoin = "yes"; },
{ name = "#freebsd"; chatnet = "LiberaChat"; autojoin = "yes"; },
@@ -459,6 +474,8 @@ settings = {
"fe-common/core" = {
theme = "solarized-powerline";
hilight_color = "%Z875fff";
+ emphasis_italics = "yes";
+ emphasis_replace = "yes";
};
"fe-text" = { actlist_sort = "refnum"; };
"perl/core/scripts" = {
@@ -500,6 +517,11 @@ settings = {
il_dbname = "irc";
il_dbuser = "postgres";
il_dbpass = "devi";
+ # nm2
+ neat_shrink = "yes";
+ neat_staircase_shrink = "yes";
+ neat_custom_modes = "no";
+ neat_dynamic = "yes";
};
};
keyboard = (
@@ -519,6 +541,8 @@ ignores = (
{ level = "JOINS PARTS QUITS NICKS"; channels = ( "#vagrant" ); },
{ level = "JOINS PARTS QUITS NICKS"; channels = ( "#openssl" ); },
{ level = "JOINS PARTS QUITS NICKS"; channels = ( "#crypto" ); },
+ { level = "JOINS PARTS QUITS NICKS"; channels = ( "#tmux" ); },
+ { level = "JOINS PARTS QUITS NICKS"; channels = ( "#vim" ); },
{ level = "JOINS PARTS QUITS NICKS"; channels = ( "#virt" ); },
{ level = "JOINS PARTS QUITS NICKS"; channels = ( "#debian" ); },
{ level = "JOINS PARTS QUITS NICKS"; channels = ( "#openbsd" ); },