From 8b2832c883c40068396ac53e76eba92f33f26a81 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 30 Jul 2020 17:04:10 +0100 Subject: [PATCH] Update IRSSI config --- irssi/.irssi/IamCyan.theme | 4 ++-- irssi/.irssi/config | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/irssi/.irssi/IamCyan.theme b/irssi/.irssi/IamCyan.theme index 5158b21..42ed74b 100644 --- a/irssi/.irssi/IamCyan.theme +++ b/irssi/.irssi/IamCyan.theme @@ -63,7 +63,7 @@ abstracts = { ## # the basic styling of how to print message, $0 = nick mode, $1 = nick - msgnick = "%b<%n%_$0%_%b$1-%b>%n %|"; + msgnick = "%B<%n%_$0%_%b$1-%B>%n %|"; # message from you is printed. "msgownnick" specifies the styling of the # nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the @@ -118,7 +118,7 @@ abstracts = { ## # used internally by this theme - action_core = "%b $0-"; + action_core = "%B $0-%b"; # generic one that's used by most actions action = "{action_core $0-} "; diff --git a/irssi/.irssi/config b/irssi/.irssi/config index 5eb3cb1..0995939 100644 --- a/irssi/.irssi/config +++ b/irssi/.irssi/config @@ -30,6 +30,13 @@ servers = ( use_tls = "yes"; tls_verify = "no"; autoconnect = "yes"; + }, + { + address = "irc.freenode.net"; + chatnet = "freenode"; + port = "6667"; + use_tls = "no"; + tls_verify = "no"; } ); @@ -46,6 +53,7 @@ chatnets = { autosendcmd = "^MSG Nickserver identify PASSWORD; ^MSG vertigo enter matalok PASSWORD"; }; AAChat = { type = "IRC"; }; + freenode = { type = "IRC"; }; }; channels = ( @@ -53,7 +61,8 @@ channels = ( { name = "#dimension"; chatnet = "tildechat"; autojoin = "yes"; }, { name = "#meta"; chatnet = "tildechat"; autojoin = "yes"; }, { name = "#a&a"; chatnet = "AAChat"; autojoin = "yes"; }, - { name = "#idlerpg"; chatnet = "tildechat"; autojoin = "yes"; } + { name = "#idlerpg"; chatnet = "tildechat"; autojoin = "yes"; }, + { name = "#geekhack"; chatnet = "freenode"; autojoin = "yes"; } ); settings = { core = {