Skip to content

Instantly share code, notes, and snippets.

@aurynn
Created July 9, 2014 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aurynn/8c5ef2b04c4159bdb131 to your computer and use it in GitHub Desktop.
Save aurynn/8c5ef2b04c4159bdb131 to your computer and use it in GitHub Desktop.
znc::user{"aurynn":
admin => 'true',
ssl => 'true',
quitmsg => 'Taste the Rainbow.',
ident => 'skittles',
realname => "Very real.",
timezone => "Pacific/Auckland",
}
znc::user::network{"aurynn@freenode":
server => "irc.freenode.net",
ssl => "true",
port => 6697,
}
znc::user::network::module::nickserv{"aurynn@freenode":
password => $::password
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment