2 { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
3 { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
5 address = "irc.undernet.org";
9 { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
11 address = "irc.quakenet.org";
15 { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
17 address = "irc.freenode.net";
22 ssl_capath = "/etc/ssl/certs";
27 address = "irc.oftc.net";
32 ssl_capath = "/etc/ssl/certs";
44 max_query_chans = "5";
70 SILC = { type = "SILC"; };
73 #autosendcmd = "/msg nickserv identify PASSWORD; /window goto nickserv; /wait 2000; /wc";
75 OFTC = { type = "IRC"; };
79 { name = "#myfavchannel"; chatnet = "freenode"; autojoin = "yes"; }
84 WJOIN = "join -window";
85 WQUERY = "query -window";
116 WN = "window new hide";
117 SV = "say Irssi $J ($V) - http://irssi.org/";
121 CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
123 INVITELIST = "mode $C +I";
125 "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";
126 EXEMPTLIST = "mode $C +e";
127 ATAG = "WINDOW SERVER";
132 # when using {templates}, the template is shown only if it's argument isn't
133 # empty unless no argument is given. for example {sb} is printed always,
134 # but {sb $T} is printed only if $T isn't empty.
137 # start/end text in statusbars
138 barstart = "{sbstart}";
141 topicbarstart = "{topicsbstart}";
142 topicbarend = "{topicsbend}";
144 # treated "normally", you could change the time/user name to whatever
146 user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
148 # treated specially .. window is printed with non-empty windows,
149 # window_empty is printed with empty windows
150 window = "{sb $winref:$tag/$itemname{sbmode $M}}";
151 window_empty = "{sb $winref{sbservertag $tag}}";
152 prompt = "{prompt $[.15]itemname}";
153 prompt_empty = "{prompt $winname}";
155 topic_empty = " Irssi v$J - http://www.irssi.org";
157 # all of these treated specially, they're only displayed when needed
158 lag = "{sb Lag: $0-}";
159 act = "{sb Act: $0-}";
163 # there's two type of statusbars. root statusbars are either at the top
164 # of the screen or at the bottom of the screen. window statusbars are at
165 # the top/bottom of each split window in screen.
167 # the "default statusbar" to be displayed at the bottom of the window.
168 # contains all the normal items.
175 placement = "bottom";
178 # active, inactive, always
181 # list of items in statusbar in the display order
183 barstart = { priority = "100"; };
188 lag = { priority = "-1"; };
189 act = { priority = "10"; };
190 more = { priority = "-1"; alignment = "right"; };
191 barend = { priority = "100"; alignment = "right"; };
196 # statusbar to use in inactive split windows
199 placement = "bottom";
201 visible = "inactive";
203 barstart = { priority = "100"; };
206 more = { priority = "-1"; alignment = "right"; };
207 barend = { priority = "100"; alignment = "right"; };
211 # we treat input line as yet another statusbar :) It's possible to
212 # add other items before or after the input line item.
215 placement = "bottom";
216 # we want to be at the bottom always
220 prompt = { priority = "-1"; };
221 prompt_empty = { priority = "-1"; };
222 # treated specially, this is the real input line.
223 input = { priority = "10"; };
234 topicbarstart = { priority = "100"; };
237 topicbarend = { priority = "100"; alignment = "right"; };
242 barstart = { priority = "100"; };
244 barend = { priority = "100"; alignment = "right"; };
251 real_name = "Firsname Lastname";
254 log_timestamp = "%F %H:%M ";
255 resolve_prefer_ipv6 = "yes";
256 timestamp_format = "%R";
258 "fe-text" = { actlist_sort = "refnum"; };
260 beep_when_away = "yes";
262 beep_msg_level = "MSGS DCC DCCMSGS HILIGHT";
264 beep_when_window_active = "yes";
266 autolog_path = "~/.irssi/logs/$tag/$0.%Y-%m.log";
267 term_charset = "UTF-8";
268 show_names_on_join = "yes";
269 show_nickmode = "yes";
270 use_status_window = "yes";
271 use_msgs_window = "no";
272 activity_hide_level = "JOINS QUITS PARTS NICKS MODES";
273 emphasis_multiword = "yes";
274 hilight_level = "PUBLIC DCCMSGS";
276 "perl/core/scripts" = {
277 nicklist_width = "10";
278 nicklist_height = "20";
279 nicklist_automode = "screen";
280 screen_away_active = "yes";
281 screen_away_nick = "";
282 #beep_cmd = "/usr/bin/ogg123 --quiet /usr/share/sounds/KDE-Im-Irc-Event.ogg &";
283 neat_maxlength = "12";
284 screen_away_message = "Currently away";
287 hilights = ( { text = "NICK XXX"; nick = "yes"; word = "yes"; } );
297 2 = { name = "hilight"; sticky = "yes"; };
303 name = "#myfavchannel";
311 3 = { first_line = "8"; lines = "61"; };
312 2 = { first_line = "1"; lines = "7"; };