summaryrefslogtreecommitdiffstats
path: root/irssi
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-09-29 11:07:34 -0500
committerJesse Luehrs <doy@tozt.net>2009-09-29 11:07:34 -0500
commit803e3e9add7a0471b1474f73c4adcaacd49fe21e (patch)
tree5e5598f55966a62d90576a74ea5ff8f62516b64c /irssi
parent18fce140750d8b01988b875dc00bfa7ddbf28848 (diff)
downloadconf-803e3e9add7a0471b1474f73c4adcaacd49fe21e.tar.gz
conf-803e3e9add7a0471b1474f73c4adcaacd49fe21e.zip
update irssi config
Diffstat (limited to 'irssi')
-rw-r--r--irssi/config139
1 files changed, 112 insertions, 27 deletions
diff --git a/irssi/config b/irssi/config
index e4f118e..db4c6f6 100644
--- a/irssi/config
+++ b/irssi/config
@@ -273,11 +273,17 @@ logs = { };
hilights = ( { text = "doy"; nick = "yes"; word = "yes"; } );
notifies = { };
windows = {
- 1 = {
- immortal = "yes";
- name = "(status)";
- level = "ALL";
+ 1 = {
+ items = (
+ {
+ type = "CHANNEL";
+ chat_type = "IRC";
+ name = "##crawl-offtopic";
+ tag = "freenode";
+ }
+ );
sticky = "yes";
+ parent = "50";
};
2 = {
items = (
@@ -289,7 +295,7 @@ windows = {
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
};
3 = {
items = (
@@ -301,7 +307,7 @@ windows = {
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
};
4 = {
items = (
@@ -313,31 +319,31 @@ windows = {
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
};
5 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
- name = "#netmonster";
- tag = "EFNet";
+ name = "#kiokudb";
+ tag = "perl";
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
};
6 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
- name = "##crawl";
- tag = "freenode";
+ name = "#moose-cabal";
+ tag = "perl";
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
};
7 = {
items = (
@@ -349,19 +355,53 @@ windows = {
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
};
- 11 = {
+ 8 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
- name = "&bitlbee";
- tag = "localhost";
+ name = "#devel-declare";
+ tag = "perl";
+ }
+ );
+ sticky = "yes";
+ parent = "50";
+ };
+ 9 = {
+ items = (
+ {
+ type = "CHANNEL";
+ chat_type = "IRC";
+ name = "#tmux";
+ tag = "freenode";
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
+ };
+ 10 = {
+ items = (
+ {
+ type = "CHANNEL";
+ chat_type = "IRC";
+ name = "#conkeror";
+ tag = "freenode";
+ }
+ );
+ sticky = "yes";
+ parent = "50";
+ };
+ 11 = {
+ items = (
+ {
+ type = "QUERY";
+ chat_type = "IRC";
+ name = "confound";
+ tag = "perl";
+ }
+ );
};
12 = {
items = (
@@ -383,7 +423,7 @@ windows = {
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
};
14 = {
items = (
@@ -395,7 +435,7 @@ windows = {
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
};
15 = {
items = (
@@ -407,22 +447,67 @@ windows = {
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
};
16 = {
items = (
+ {
+ type = "QUERY";
+ chat_type = "IRC";
+ name = "stevan";
+ tag = "perl";
+ }
+ );
+ };
+ 17 = {
+ items = (
{
type = "QUERY";
chat_type = "IRC";
- name = "starlifesage";
+ name = "autarch";
+ tag = "perl";
+ }
+ );
+ };
+ 18 = {
+ items = (
+ {
+ type = "QUERY";
+ chat_type = "IRC";
+ name = "runcible";
+ tag = "freenode";
+ }
+ );
+ };
+ 30 = {
+ items = (
+ {
+ type = "CHANNEL";
+ chat_type = "IRC";
+ name = "##crawl";
+ tag = "freenode";
+ }
+ );
+ sticky = "yes";
+ parent = "50";
+ };
+ 50 = {
+ immortal = "yes";
+ name = "(status)";
+ level = "ALL";
+ sticky = "yes";
+ };
+ 51 = {
+ items = (
+ {
+ type = "CHANNEL";
+ chat_type = "IRC";
+ name = "&bitlbee";
tag = "localhost";
}
);
sticky = "yes";
- parent = "1";
+ parent = "50";
};
- 21 = { name = "all"; sticky = "yes"; parent = "1"; };
- 22 = { name = "bots"; sticky = "yes"; parent = "1"; };
- 23 = { name = "hilight"; sticky = "yes"; parent = "1"; };
};
-mainwindows = { 1 = { first_line = "1"; lines = "34"; }; };
+mainwindows = { 50 = { first_line = "1"; lines = "22"; }; };