servers = ( { address = "irc.freenode.net"; chatnet = "Freenode"; port = "8001"; use_ssl = "no"; ssl_verify = "no"; autoconnect = "yes"; } ); chatnets = { Freenode = { type = "IRC"; }; }; channels = ( { name = "#u-classroom"; chatnet = "Freenode"; autojoin = "yes"; }, { name = "#fsugar"; chatnet = "Freenode"; autojoin = "yes"; }, { name = "#interlug.be"; chatnet = "Freenode"; autojoin = "yes"; }, { name = "#gandi-hosting"; chatnet = "Freenode"; autojoin = "yes"; }, { name = "#rubyfr"; chatnet = "Freenode"; autojoin = "yes"; }, { name = "#rubyonrails.fr"; chatnet = "Freenode"; autojoin = "yes"; }, { name = "#sambrelug"; chatnet = "Freenode"; autojoin = "yes"; }, { name = "#3lug"; chatnet = "Freenode"; autojoin = "yes"; }, { name = "#sphinxsearch"; chatnet = "Freenode"; autojoin = "no"; }, { name = "#puppet"; chatnet = "Freenode"; autojoin = "no"; } ); # ... # ... # ... settings = { core = { real_name = "Foo Bar; user_name = "Foobar"; nick = "Foo"; }; }; logs = { }; hilights = ( ); windows = { 2 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#u-classroom"; tag = "Freenode"; } ); }; 3 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#fsugar"; tag = "Freenode"; } ); }; 9 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#3lug"; tag = "Freenode"; } ); }; 8 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#sambrelug"; tag = "Freenode"; } ); }; 7 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#rubyonrails.fr"; tag = "Freenode"; } ); }; 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; 5 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#gandi-hosting"; tag = "Freenode"; } ); }; 4 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#interlug.be"; tag = "Freenode"; } ); }; 6 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#rubyfr"; tag = "Freenode"; } ); }; }; mainwindows = { 2 = { first_line = "1"; lines = "44"; }; };