Skip to content

Instantly share code, notes, and snippets.

@Lifelovinglight
Created December 13, 2018 10:30
Show Gist options
  • Save Lifelovinglight/496bc37e2b1e46987fa075010b0d777f to your computer and use it in GitHub Desktop.
Save Lifelovinglight/496bc37e2b1e46987fa075010b0d777f to your computer and use it in GitHub Desktop.
servers = (
{
address = "irc.lainchan.org";
chatnet = "lainchan";
port = "6697";
use_tls = "yes";
tls_verify = "yes";
autoconnect = "yes";
}
);
chatnets = { lainchan = { type = "IRC"; }; };
channels = (
{ name = "lainchan"; chatnet = "lainchan"; autojoin = "yes"; }
);
settings = {
core = {
real_name = "bleh";
user_name = "bleh";
nick = "bleh";
};
"fe-text" = { actlist_sort = "refnum"; };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment