Mercurial > dotfiles.old
comparison irssi/config @ 150:de8d4246c8fe
Add channels
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 20 Oct 2014 09:43:28 +0200 |
parents | 4e92ca6c779a |
children |
comparison
equal
deleted
inserted
replaced
149:45c9af0c9017 | 150:de8d4246c8fe |
---|---|
19 bitlbee = { type = "IRC"; }; | 19 bitlbee = { type = "IRC"; }; |
20 }; | 20 }; |
21 | 21 |
22 channels = ( | 22 channels = ( |
23 { name = "#vim"; chatnet = "freenode"; autojoin = "yes"; }, | 23 { name = "#vim"; chatnet = "freenode"; autojoin = "yes"; }, |
24 { name = "#raspberrypi"; chatnet = "freenode"; autojoin = "yes"; } | 24 { name = "#raspberrypi"; chatnet = "freenode"; autojoin = "yes"; }, |
25 { name = "#archlinux-arm"; chatnet = "freenode"; autojoin = "yes"; } | |
25 ); | 26 ); |
26 | 27 |
27 aliases = { | 28 aliases = { |
28 J = "join"; | 29 J = "join"; |
29 LEAVE = "part"; | 30 LEAVE = "part"; |
199 name = "#raspberrypi"; | 200 name = "#raspberrypi"; |
200 tag = "freenode"; | 201 tag = "freenode"; |
201 } | 202 } |
202 ); | 203 ); |
203 }; | 204 }; |
205 8 = { | |
206 items = ( | |
207 { | |
208 type = "CHANNEL"; | |
209 chat_type = "IRC"; | |
210 name = "#archlinux-arm"; | |
211 tag = "freenode"; | |
212 } | |
213 ); | |
214 }; | |
204 }; | 215 }; |
205 mainwindows = { | 216 mainwindows = { |
206 1 = { first_line = "11"; lines = "44"; }; | 217 1 = { first_line = "11"; lines = "44"; }; |
207 2 = { first_line = "1"; lines = "10"; }; | 218 2 = { first_line = "1"; lines = "10"; }; |
208 }; | 219 }; |