servers = ( { address = "irc.ubuntu.com"; chatnet = "Ubuntu"; port = "6667"; }, { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; }, { address = "irc.efnet.net"; chatnet = "EFNet"; port = "6667"; }, { address = "irc.gimp.org"; chatnet = "GimpNet"; port = "6667"; autoconnect = "yes"; }, { address = "irc.freenode.net"; chatnet = "Freenode"; port = "6667"; autoconnect = "yes"; }, { address = "irc.arstechnica.com"; chatnet = "ARS"; port = "6667"; autoconnect = "yes"; }, { address = "irc.gnome.org"; chatnet = "Gnome"; port = "6667"; autoconnect = "yes"; }, { address = "irc.undernet.org"; chatnet = "Undernet"; port = "6667"; }, { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; }, { address = "irc.quakenet.org"; chatnet = "QuakeNet"; port = "6667"; }, { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; } ); chatnets = { IRCnet = { type = "IRC"; max_kicks = "4"; max_msgs = "5"; max_whois = "4"; max_query_chans = "5"; }; EFNet = { type = "IRC"; max_kicks = "4"; max_msgs = "3"; max_whois = "1"; }; Undernet = { type = "IRC"; max_kicks = "1"; max_msgs = "3"; max_whois = "30"; }; DALnet = { type = "IRC"; max_kicks = "4"; max_msgs = "3"; max_whois = "30"; }; QuakeNet = { type = "IRC"; max_kicks = "1"; max_msgs = "3"; max_whois = "30"; }; SILC = { type = "SILC"; }; Ubuntu = { type = "IRC"; }; OFTC = { type = "IRC"; autosendcmd = "/^msg nickserv $username pass;wait 2000"; }; Freenode = { type = "IRC"; autosendcmd = "/^msg nickserv IDENTIFY $password$;wait 2000"; nick = "$nick$"; user_name = "$username$"; }; ARS = { type = "IRC"; autosendcmd = "/^msg Census IDENTIFY $password$;wait 2000"; }; Gnome = { type = "IRC"; }; GimpNet = { type = "IRC"; }; }; hilights = ( { text = "$username$"; nick = "yes"; word = "yes"; }, { text = "$realname$"; nick = "yes"; word = "yes"; } ); channels = ( { name = "#linux"; chatnet = "ARS"; autojoin = "Yes"; }, { name = "#ubuntu-us-mi"; chatnet = "Freenode"; autojoin = "Yes"; }, { name = "#launchpad"; chatnet = "Freenode"; autojoin = "Yes"; }, { name = "#ubuntu-motu"; chatnet = "Freenode"; autojoin = "Yes"; }, { name = "#gnome-do"; chatnet = "Freenode"; autojoin = "Yes"; }, { name = "#pymag"; chatnet = "Freenode"; autojoin = "Yes"; }, { name = "#ubuntu-us"; chatnet = "Freenode"; autojoin = "Yes"; }, { name = "#django"; chatnet = "Freenode"; autojoin = "Yes"; }, { name = "#bzr"; chatnet = "Freenode"; autojoin = "Yes"; } ); aliases = { J = "join"; WJOIN = "join -window"; WQUERY = "query -window"; LEAVE = "part"; BYE = "quit"; EXIT = "quit"; SIGNOFF = "quit"; DESCRIBE = "action"; DATE = "time"; HOST = "userhost"; LAST = "lastlog"; SAY = "msg *"; WI = "whois"; WII = "whois $0 $0"; WW = "whowas"; W = "who"; N = "names"; M = "msg"; T = "topic"; C = "clear"; CL = "clear"; K = "kick"; KB = "kickban"; KN = "knockout"; BANS = "ban"; B = "ban"; MUB = "unban *"; UB = "unban"; IG = "ignore"; UNIG = "unignore"; SB = "scrollback"; UMODE = "mode $N"; WC = "window close"; WN = "window new hide"; SV = "say Irssi $J ($V) - http://irssi.org/"; GOTO = "sb goto"; CHAT = "dcc chat"; RUN = "SCRIPT LOAD"; UPTIME = "eval exec - expr `date +%s` - \\$F | awk '{print \"Irssi uptime: \"int(\\\\\\$1/3600/24)\"d \"int(\\\\\\$1/3600%24)\"h \"int(\\\\\\$1/60%60)\"m \"int(\\\\\\$1%60)\"s\" }'"; CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi"; SBAR = "STATUSBAR"; INVITELIST = "mode $C +I"; Q = "QUERY"; "MANUAL-WINDOWS" = "set use_status_window off;set autocreate_windows off;set autocreate_query_level none;set autoclose_windows off;set reuse_unused_windows on;save"; EXEMPTLIST = "mode $C +e"; ATAG = "WINDOW SERVER"; }; statusbar = { items = { barstart = "{sbstart}"; barstartact = "{sbstartact}"; barend = "{sbend}"; time = "{sb $Z}"; channel = "{sb $cumode$T{sbmode $M}{sbaway $A}}"; topic = " $topic"; info = " Irssi v$J - http://irssi.org/beginner/ - go read it"; window_empty = "{sb $winref{sbservertag $tag}}"; prompt = "{prompt $N}"; prompt_empty = "{prompt $winname}"; lag = "{sb Lag: $0}"; act = "{sb Act: $0-}"; more = "-- more --"; }; default = { window = { type = "window"; placement = "bottom"; position = "1"; visible = "active"; items = { barstartact = { priority = "100"; }; time = { }; channel = { }; window_empty = { }; lag = { priority = "-1"; }; more = { priority = "-1"; alignment = "right"; }; loadavg = { alignment = "right"; }; barend = { priority = "100"; alignment = "right"; }; }; }; window_inact = { type = "window"; placement = "bottom"; position = "1"; visible = "inactive"; items = { barstart = { priority = "100"; }; channel = { }; window_empty = { }; more = { }; barend = { priority = "100"; alignment = "right"; }; }; }; info = { visible = "never"; }; prompt = { type = "root"; placement = "bottom"; position = "100"; visible = "always"; items = { prompt = { }; prompt_empty = { priority = "-1"; }; input = { priority = "10"; }; }; }; topic = { visible = "never"; }; awl_0 = { items = { barstart = { priority = "100"; }; awl_0 = { }; barend = { priority = "100"; alignment = "right"; }; }; }; awl_1 = { items = { barstart = { priority = "100"; }; awl_1 = { }; barend = { priority = "100"; alignment = "right"; }; }; }; }; }; settings = { core = { real_name = "$realname$"; user_name = "$username$"; nick = "$nick$"; }; "fe-text" = { term_force_colors = "yes"; scrollback_time = "48h"; }; "fe-common/core" = { autolog = "yes"; }; "perl/core/scripts" = { awl_block = "-13"; }; }; logs = { }; windows = { 3 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#linux"; tag = "ARS"; } ); }; 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; 4 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#usalug"; tag = "Freenode"; } ); }; 7 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#python"; tag = "Freenode"; } ); }; 2 = { name = "hilight"; sticky = "yes"; }; 5 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#mdlug"; tag = "Freenode"; } ); }; 6 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#solar"; tag = "Freenode"; } ); }; }; mainwindows = { 3 = { first_line = "8"; lines = "33"; }; 2 = { first_line = "1"; lines = "7"; }; };