diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-07 09:38:34 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-07 09:38:34 +0100 |
commit | e0a9bd2c63af5285e41212312741f3cfbdd92040 (patch) | |
tree | ad7cdd5121b293d6ff76d6102debe6bc5f366f61 | |
parent | 3797efcb3cc612e78ccec84ef56fe40dc24c8bac (diff) |
added placeholder for bouncer pw for irssi
-rw-r--r-- | irssi_config | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/irssi_config b/irssi_config index 2f1cba2..049c9c4 100644 --- a/irssi_config +++ b/irssi_config @@ -67,7 +67,7 @@ servers = ( address = "16693433.xyz"; chatnet = "liberachat"; port = "5989"; - password = "yulqen/liberachat:bobbins2001"; + password = REFER TO PASSWORD MANAGER FOR THIS use_tls = "yes"; tls_verify = "no"; autoconnect = "yes"; @@ -330,18 +330,17 @@ ignores = ( "#debian", "#plaintextaccounting", "#irssi", + "#qutebrowser", "#vim", + "##cycling", "#fsf", - "#perl" + "#perl", + "#freenode" ); } ); settings = { - core = { - real_name = "Matthew Lemon"; - user_name = "lemon"; - nick = "lemon"; - }; + core = { real_name = "Lemon"; user_name = "lemon"; nick = "yulqen"; }; "fe-text" = { actlist_sort = "refnum"; }; }; logs = { }; |