Minor irssi config changes
This commit is contained in:
parent
35bfdafc1c
commit
70e22fe180
|
@ -71,9 +71,9 @@ chatnets = {
|
|||
};
|
||||
|
||||
channels = (
|
||||
{ name = "#openbsd"; chatnet = "LiberaChat"; autojoin = "yes"; },
|
||||
{ name = "#merveilles"; chatnet = "EsperNet"; autojoin = "yes"; },
|
||||
{ name = "#uxn"; chatnet = "EsperNet"; autojoin = "yes"; }
|
||||
{ name = "#permacomputing"; chatnet = "LiberaChat"; autojoin = "yes"; },
|
||||
{ name = "#openbsd"; chatnet = "LiberaChat"; autojoin = "yes"; },
|
||||
);
|
||||
|
||||
aliases = {
|
||||
|
@ -228,5 +228,8 @@ settings = {
|
|||
nick = "jbauer";
|
||||
};
|
||||
"fe-common/core" = { theme = "monochrome"; };
|
||||
"fe-text" = { paste_verify_line_count = "1"; };
|
||||
"fe-text" = {
|
||||
paste_verify_line_count = "1";
|
||||
window_default_hidelevel = "hidden joins parts quits";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue