Last active
December 18, 2016 02:16
-
-
Save Atalanta/5676662 to your computer and use it in GitHub Desktop.
This file contains 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"; | |
autoconnect = "Yes"; | |
} | |
); | |
chatnets = { Freenode = { type = "IRC"; }; }; | |
settings = { | |
core = { | |
real_name = "Sir Michael Tippet"; | |
nick = "tippet"; | |
user_name = "tippet"; | |
}; | |
"fe-text" = { actlist_sort = "refnum"; }; | |
}; | |
channels = ( | |
{ name = "#learnchef"; chatnet = "Freenode"; autojoin = "Yes"; }, | |
{ name = "#chef"; chatnet = "Freenode"; autojoin = "Yes"; }, | |
{ name = "##tdi"; chatnet = "Freenode"; autojoin = "Yes"; } | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment