summaryrefslogtreecommitdiff
path: root/.irssi
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2009-11-17 20:20:01 -0500
committerMike Crute <mike@crute.us>2009-11-17 20:20:01 -0500
commit9b6b7f41efdb6cd8e0bcb45ccd21ed4a78d3f18f (patch)
tree2ae31a81870ee91838a9bfe39b095db9749e9035 /.irssi
parent46f238b877c78b1555ade071c8d061247dab5a32 (diff)
downloaddotfiles-9b6b7f41efdb6cd8e0bcb45ccd21ed4a78d3f18f.tar.bz2
dotfiles-9b6b7f41efdb6cd8e0bcb45ccd21ed4a78d3f18f.tar.xz
dotfiles-9b6b7f41efdb6cd8e0bcb45ccd21ed4a78d3f18f.zip
Updating from work
Diffstat (limited to '.irssi')
-rw-r--r--.irssi/config17
1 files changed, 13 insertions, 4 deletions
diff --git a/.irssi/config b/.irssi/config
index 7c8c53a..1e9d49e 100644
--- a/.irssi/config
+++ b/.irssi/config
@@ -1,4 +1,5 @@
1servers = ( 1servers = (
2 { address = "irc.ubuntu.com"; chatnet = "Ubuntu"; port = "6667"; },
2 { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; }, 3 { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
3 { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; }, 4 { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
4 { 5 {
@@ -12,7 +13,14 @@ servers = (
12 chatnet = "QuakeNet"; 13 chatnet = "QuakeNet";
13 port = "6667"; 14 port = "6667";
14 }, 15 },
15 { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; } 16 { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
17 {
18 address = "work";
19 port = "0";
20 password = "5222";
21 use_ssl = "no";
22 ssl_verify = "no";
23 }
16); 24);
17 25
18chatnets = { 26chatnets = {
@@ -48,6 +56,7 @@ chatnets = {
48 max_whois = "30"; 56 max_whois = "30";
49 }; 57 };
50 SILC = { type = "SILC"; }; 58 SILC = { type = "SILC"; };
59 Ubuntu = { type = "IRC"; };
51}; 60};
52 61
53channels = ( 62channels = (
@@ -216,9 +225,9 @@ statusbar = {
216}; 225};
217settings = { 226settings = {
218 core = { 227 core = {
219 real_name = "Mike Crute"; 228 real_name = "Michael Crute";
220 user_name = "cruteme"; 229 user_name = "mcrute";
221 nick = "cruteme"; 230 nick = "mcrute";
222 }; 231 };
223 "fe-text" = { actlist_sort = "refnum"; }; 232 "fe-text" = { actlist_sort = "refnum"; };
224}; 233};