X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=irssi%2F.irssi%2Fconfig.skel;h=73e1737069fd5d5c7302314b011ed55daf304884;hb=40ea1b600ca4834ddcfc9b945dfb31af7e04a5d6;hp=d36050a127c54cdb280df5ebcf49212e9ec8e1b5;hpb=afb6beee221d094e7160b56a88b7fcc475fc3cb0;p=dotfiles.git diff --git a/irssi/.irssi/config.skel b/irssi/.irssi/config.skel index d36050a..73e1737 100644 --- a/irssi/.irssi/config.skel +++ b/irssi/.irssi/config.skel @@ -18,11 +18,18 @@ settings = { user_name = "stargrave"; nick = "stargrave"; timestamp_format = "%H:%M:%S"; - resolve_prefer_ipv6 = "yes"; }; }; logs = { }; servers = ( + { + address = "::1"; + chatnet = "matterircd"; + port = "6666"; + use_tls = "no"; + tls_verify = "no"; + autoconnect = "yes"; + }, { address = "irc.libera.chat"; chatnet = "LiberaChat"; @@ -33,6 +40,10 @@ servers = ( } ); chatnets = { + matterircd = { + type = "IRC"; + autosendcmd = "/qmsg mattermost LOGIN stargrave PASSWORD ; wait 5000"; + }; LiberaChat = { type = "IRC"; sasl_mechanism = "plain"; @@ -47,7 +58,8 @@ keyboard = ( { key = "^L"; id = "command"; data = "WINDOW LAST"; } ); channels = ( - { name = "#freebsd"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#gopherproject"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#nethack"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#redo"; chatnet = "LiberaChat"; autojoin = "yes"; } ); -ignores = ( { level = "NO_ACT ALL"; channels = ( "#freebsd" ); } ); +ignores = ( { level = "NO_ACT ALL"; channels = ( "#nethack" ); } );