X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=irssi%2F.irssi%2Fconfig.skel;h=73e1737069fd5d5c7302314b011ed55daf304884;hb=40ea1b600ca4834ddcfc9b945dfb31af7e04a5d6;hp=41f2462e8b8bda04181d3c6db340a53c568814e1;hpb=ad3b1be1ac7f9e841299a91e57daf038929dae33;p=dotfiles.git diff --git a/irssi/.irssi/config.skel b/irssi/.irssi/config.skel index 41f2462..73e1737 100644 --- a/irssi/.irssi/config.skel +++ b/irssi/.irssi/config.skel @@ -21,9 +21,45 @@ settings = { }; }; logs = { }; +servers = ( + { + address = "::1"; + chatnet = "matterircd"; + port = "6666"; + use_tls = "no"; + tls_verify = "no"; + autoconnect = "yes"; + }, + { + address = "irc.libera.chat"; + chatnet = "LiberaChat"; + port = "6697"; + use_tls = "yes"; + tls_verify = "yes"; + autoconnect = "yes"; + } +); +chatnets = { + matterircd = { + type = "IRC"; + autosendcmd = "/qmsg mattermost LOGIN stargrave PASSWORD ; wait 5000"; + }; + LiberaChat = { + type = "IRC"; + sasl_mechanism = "plain"; + sasl_username = "stargrave"; + sasl_password = "PASSWORD"; + }; +}; hilights = ( { text = "stargrave"; nick = "yes"; word = "yes"; } ); keyboard = ( { key = "^Y"; id = "command"; data = "SCROLLBACK GOTO -2"; }, { key = "^E"; id = "command"; data = "SCROLLBACK GOTO +2"; }, - { key = "^L"; id = "command"; data = "WINDOW LAST"; }, + { key = "^L"; id = "command"; data = "WINDOW LAST"; } +); +channels = ( + { name = "#gopherproject"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#nethack"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#redo"; chatnet = "LiberaChat"; autojoin = "yes"; } ); +ignores = ( { level = "NO_ACT ALL"; channels = ( "#nethack" ); } );