-
-
Save wwalker/7d9619d7cb6c7d5aa629a0e7b68b8c52 to your computer and use it in GitHub Desktop.
asdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
servers = ( | |
{ | |
address = "irc.freenode.net"; | |
chatnet = "freenode"; | |
port = "6667"; | |
password = "asdfzxcv"; | |
use_ssl = "no"; | |
ssl_verify = "no"; | |
autoconnect = "yes"; | |
} | |
); | |
chatnets = { freenode = { type = "IRC"; nick = "pnht"; }; }; | |
channels = ( | |
{ name = "#irssi"; chatnet = "freenode"; autojoin = "yes"; } | |
); | |
settings = { | |
core = { real_name = "Unknown"; user_name = "ww"; nick = "ww"; }; | |
"fe-text" = { actlist_sort = "refnum"; }; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment