Created
February 9, 2010 15:41
-
-
Save sarahhodne/299322 to your computer and use it in GitHub Desktop.
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
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