3 address = "irc.crans.org";
9 address = "irc.rezosup.org";
14 { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
15 { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
17 address = "irc.undernet.org";
21 { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
23 address = "irc.quakenet.org";
27 { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
36 max_query_chans = "5";
62 SILC = { type = "SILC"; };
63 Crans = { type = "IRC"; };
64 Acoeur = { type = "IRC"; };
65 rezosup = { type = "IRC"; };
66 ulminfo = { type = "IRC"; };
70 # { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
71 # { name = "silc"; chatnet = "silc"; autojoin = "No"; },
72 { name = "#crans"; chatnet = "Crans"; autojoin = "Yes"; },
73 { name = "#general"; chatnet = "Crans"; autojoin = "Yes"; },
74 { name = "#flood"; chatnet = "Crans"; autojoin = "Yes"; },
75 { name = "#federez"; chatnet = "rezosup"; autojoin = "Yes"; },
80 WJOIN = "join -window";
81 WQUERY = "query -window";
112 WN = "window new hide";
113 SV = "say Irssi $J ($V) - http://irssi.org/";
117 CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
119 INVITELIST = "mode $C +I";
121 "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";
122 EXEMPTLIST = "mode $C +e";
123 ATAG = "WINDOW SERVER";
124 slap = "me slaps $0-around a bit with a large salmon";
125 fp = "/me facepalms";
126 facepalm = "/me facepalms";
127 utf8 = "say echo \"export LANG=fr_FR.UTF-8\" >> .zshrc; say /set term_charset=UTF-8; say Terminal > Définir l'encodage des caractères > Unicode (UTF-8)";
129 irclippy = "say ╭─╮ $0-; say ಠ_ಠ /; say │▕│; say ╰─╯";
130 basile = "msg Basile";
131 deconnaisseur = "msg deconnaisseur";
132 autoslap = "me slaps himself";
133 replay = "deconnaisseur noplay $0; deconnaisseur play $0; say deconnaisseur: encore";
135 "shadobot-hacker" = "msg Shadobot-hacker";
136 headdeask = "me headdesk";
138 historien = "msg historien";
139 salesman = "msg Salesman";
140 orly = "say ___; say {o,o}; say |)__); say -\"-\"-; say O RLY ?";
141 yarly = "say ___; say {-.-}; say |) (|; say -\"-\"-; say YA RLY";
142 nowai = "say ___; say {0,0}; say (__(|; say -\"-\"-; say NO WAI!";
144 xwing = "say oo__ _ _ __oo; say \\\"\\\"\\\"--,,,_(_)_--_(_)_,,,--\\\"\\\"\\\"; say _>_[____]_<_; say ___--\\\"\\\"\\\" (_)\\\\__/(_) \\\"\\\"\\\"--___; say oo\\\"\\\" \"\"oo;";
145 roissy = "say ___ ; say /L|0\\\\ ; say / | \\\\ ; say / \\\\ ; say / | \\\\ ; say / \\\\ ; say / __ | __ \\\\ ; say / __/ \\\\__ \\\\ ; say / /__ | __\\\\ \\\\ ; say /___________________\\\\ ; say / | \\\\ ; say / _|_ \\\\ ; say / ____/___\\\\____ \\\\ ; say ___________[o0o]___________ ; say O O O ; say ROISSY !";
146 contentlessping = "say $0: You sent me a contentless ping. This is a contentless pong. Please provide a bit of information about what you want and I will respond when I am around.";
151 # when using {templates}, the template is shown only if it's argument isn't
152 # empty unless no argument is given. for example {sb} is printed always,
153 # but {sb $T} is printed only if $T isn't empty.
156 # start/end text in statusbars
157 barstart = "{sbstart}";
160 topicbarstart = "{topicsbstart}";
161 topicbarend = "{topicsbend}";
163 # treated "normally", you could change the time/user name to whatever
165 user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
167 # treated specially .. window is printed with non-empty windows,
168 # window_empty is printed with empty windows
169 window = "{sb $winref:$tag/$itemname{sbmode $M}}";
170 window_empty = "{sb $winref{sbservertag $tag}}";
171 prompt = "{prompt $[.15]itemname}";
172 prompt_empty = "{prompt $winname}";
174 topic_empty = " Irssi v$J - http://www.irssi.org";
176 # all of these treated specially, they're only displayed when needed
177 lag = "{sb Lag: $0-}";
178 act = "{sb Act: $0-}";
182 # there's two type of statusbars. root statusbars are either at the top
183 # of the screen or at the bottom of the screen. window statusbars are at
184 # the top/bottom of each split window in screen.
186 # the "default statusbar" to be displayed at the bottom of the window.
187 # contains all the normal items.
194 placement = "bottom";
197 # active, inactive, always
200 # list of items in statusbar in the display order
202 barstart = { priority = "100"; };
207 lag = { priority = "-1"; };
208 act = { priority = "10"; };
209 more = { priority = "-1"; alignment = "right"; };
210 barend = { priority = "100"; alignment = "right"; };
214 # statusbar to use in inactive split windows
217 placement = "bottom";
219 visible = "inactive";
221 barstart = { priority = "100"; };
224 more = { priority = "-1"; alignment = "right"; };
225 barend = { priority = "100"; alignment = "right"; };
229 # we treat input line as yet another statusbar :) It's possible to
230 # add other items before or after the input line item.
233 placement = "bottom";
234 # we want to be at the bottom always
238 prompt = { priority = "-1"; };
239 prompt_empty = { priority = "-1"; };
240 # treated specially, this is the real input line.
241 input = { priority = "10"; };
252 topicbarstart = { priority = "100"; };
255 topicbarend = { priority = "100"; alignment = "right"; };
262 real_name = "Prénom Nom";
263 user_name = "logincCr@ns";
265 log_timestamp = "%H:%M:%S";
266 timestamp_format = "%H:%M:%S";
267 quit_message = "Bye ! ;-)";
268 log_close_string = "--- Log closed %Y-%m-%d %H:%M:%S";
269 log_open_string = "--- Log opened %Y-%m-%d %H:%M:%S";
270 log_day_changed = "--- Day changed %Y-%m-%d";
271 awaylog_level = "msgs never";
273 "fe-text" = { actlist_sort = "refnum"; };
275 autolog_level = "ALL";
276 autolog_path = "~/.irssi/logs/$tag/%Y/%m/$0.log";
279 "irc/core" = { join_auto_chans_on_invite = "yes"; };
282 #~# Pour changer le binding de certaines touches
284 #~# { key = "meta-q"; id = "active_window"; data = ""; },
285 #~# { key = "meta-a"; id = "change_window"; data = "11"; },
286 #~# { key = "meta-z"; id = "change_window"; data = "12"; },
287 #~# { key = "meta-p"; id = "change_window"; data = "20"; }