Skip to content

Instantly share code, notes, and snippets.

@eschulte
Created February 15, 2012 21:39
Show Gist options
  • Save eschulte/1839165 to your computer and use it in GitHub Desktop.
Save eschulte/1839165 to your computer and use it in GitHub Desktop.
servers = (...
{
address = "irc.freenode.net";
chatnet = "freenode";
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "no";
},
...);
channels = (...
{ name = "#adaptiveunm"; chatnet = "freenode"; autojoin = "yes"; },
...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment