Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created February 9, 2010 15:41
Show Gist options
  • Save sarahhodne/299322 to your computer and use it in GitHub Desktop.
Save sarahhodne/299322 to your computer and use it in GitHub Desktop.
nick 'Dvyjones' do
user 'dvyjones'
oper 'Dvyjones', :base64 => 'TmljZSB0cnkuLi4='
end
network :clueirc do
server 'irc.cluenet.org', 6697, :ssl => true
bind_to 'localhost', 17878
end
network :freenode do
server 'irc.freenode.net', 7000, :ssl => true
bind_to 'localhost', 17879
end
plugin :away
# or, for options...
plugin :away do
store_in '~/.away'
nick 'Dvy|Away'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment