summaryrefslogtreecommitdiff
path: root/.irssi
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2016-06-25 11:43:56 -0700
committerMike Crute <mike@crute.us>2016-06-25 11:43:56 -0700
commitee7c906db6e8b927870280e5af1d39db22f26cfa (patch)
treeda6c0317b1f5faffe841e49ec312e74771465b1c /.irssi
parentcadf0a89e3f2d4ea72cfae438d2e7175b62d0b11 (diff)
downloaddotfiles-ee7c906db6e8b927870280e5af1d39db22f26cfa.tar.bz2
dotfiles-ee7c906db6e8b927870280e5af1d39db22f26cfa.tar.xz
dotfiles-ee7c906db6e8b927870280e5af1d39db22f26cfa.zip
Cleanup old jabber accounts
Diffstat (limited to '.irssi')
-rw-r--r--.irssi/config.clean29
1 files changed, 1 insertions, 28 deletions
diff --git a/.irssi/config.clean b/.irssi/config.clean
index 4b14327..36d60df 100644
--- a/.irssi/config.clean
+++ b/.irssi/config.clean
@@ -4,14 +4,6 @@ servers = (
4 chatnet = "FreeNode"; 4 chatnet = "FreeNode";
5 port = "6667"; 5 port = "6667";
6 autoconnect = "yes"; 6 autoconnect = "yes";
7 },
8 {
9 address = "chat.finiteloopsoftware.com";
10 chatnet = "FLSJabber";
11 use_ssl = "yes";
12 autoconnect = "yes";
13 jid = "";
14 password = "";
15 } 7 }
16); 8);
17 9
@@ -19,17 +11,11 @@ chatnets = {
19 FreeNode = { 11 FreeNode = {
20 type = "IRC"; 12 type = "IRC";
21 nick = "mcrute"; 13 nick = "mcrute";
22 autosendcmd = "/msg nickserv identify ;wait 2000"; 14 autosendcmd = "/msg nickserv identify [REDACTED];wait 2000";
23 }; 15 };
24 FLSJabber = { type = "XMPP"; nick = "mike"; };
25}; 16};
26 17
27channels = ( 18channels = (
28 {
29 name = "fls@conference.chat.finiteloopsoftware.com";
30 chatnet = "FLSJabber";
31 autojoin = "yes";
32 }
33); 19);
34 20
35aliases = { 21aliases = {
@@ -224,19 +210,6 @@ settings = {
224logs = { }; 210logs = { };
225windows = { 211windows = {
226 1 = { immortal = "yes"; name = "(st)"; level = "ALL"; }; 212 1 = { immortal = "yes"; name = "(st)"; level = "ALL"; };
227 2 = {
228 immortal = "yes";
229 name = "flschat";
230 sticky = "yes";
231 items = (
232 {
233 type = "CHANNEL";
234 chat_type = "XMPP";
235 name = "fls@conference.chat.finiteloopsoftware.com";
236 tag = "FLSJabber";
237 }
238 );
239 };
240}; 213};
241#mainwindows = { 214#mainwindows = {
242# 1 = { first_line = "10"; lines = "45"; }; 215# 1 = { first_line = "10"; lines = "45"; };