Add IRSSI config

This commit is contained in:
2021-02-28 01:03:19 +00:00
parent 449585b4f7
commit 933521b852
3 changed files with 40 additions and 70 deletions

View File

@@ -14,6 +14,5 @@
[include] [include]
path = ~/.gitconfig-win path = ~/.gitconfig-win
[commit] [commit]
gpgsign = true
[init] [init]
defaultBranch = main defaultBranch = main

View File

@@ -7,14 +7,6 @@ servers = (
tls_verify = "no"; tls_verify = "no";
autoconnect = "yes"; autoconnect = "yes";
}, },
{
address = "irc.gazellegames.net";
chatnet = "gazellegames";
port = "6697";
use_tls = "yes";
tls_verify = "no";
autoconnect = "yes";
},
{ {
address = "irc.freenode.net"; address = "irc.freenode.net";
chatnet = "freenode"; chatnet = "freenode";
@@ -28,18 +20,29 @@ servers = (
chatnets = { chatnets = {
tildechat = { tildechat = {
type = "IRC"; type = "IRC";
autosendcmd = "^MSG NickServ identify PASSWORD"; autosendcmd = "^MSG NickServ identify br6feoot";
};
freenode = {
type = "IRC";
autosendcmd = "^MSG nickserv identify br6feoot";
}; };
freenode = { type = "IRC"; };
}; };
channels = ( channels = (
{ name = "#dimension"; chatnet = "tilechat"; autojoin = "yes"; }, { name = "#dimension"; chatnet = "tilechat"; autojoin = "yes"; },
{ name = "#dimension"; chatnet = "tildechat"; autojoin = "yes"; }, { name = "#dimension"; chatnet = "tildechat"; autojoin = "yes"; },
{ name = "#meta"; chatnet = "tildechat"; autojoin = "yes"; }, { name = "#meta"; chatnet = "tildechat"; autojoin = "yes"; },
{ name = "#idlerpg"; chatnet = "tildechat"; autojoin = "yes"; }, {
name = "#idlerpg";
chatnet = "tildechat";
autojoin = "yes";
password = "-botmd";
botmasks = "ubergeek@thunix.net";
autosendcmd = "^MSG idlerpg_bot login Matalok br6feoot";
},
{ name = "#geekhack"; chatnet = "freenode"; autojoin = "yes"; }, { name = "#geekhack"; chatnet = "freenode"; autojoin = "yes"; },
{ name = "#livlug"; chatnet = "Freenode"; autojoin = "yes"; } { name = "#livlug"; chatnet = "Freenode"; autojoin = "yes"; },
{ name = "#gemini"; chatnet = "tildechat"; autojoin = "yes"; }
); );
settings = { settings = {
core = { core = {
@@ -54,9 +57,30 @@ settings = {
}; };
}; };
logs = { }; logs = { };
hilights = ( { text = "matalok"; nick = "yes"; word = "yes"; } );
windows = { windows = {
1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; };
2 = { 2 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#geekhack";
tag = "freenode";
}
);
};
3 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#livlug";
tag = "freenode";
}
);
};
4 = {
items = ( items = (
{ {
type = "CHANNEL"; type = "CHANNEL";
@@ -66,57 +90,7 @@ windows = {
} }
); );
}; };
3 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#linux";
tag = "tildechat";
}
);
};
4 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#tildeverse";
tag = "tildechat";
}
);
};
5 = { 5 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#a&a";
tag = "AAChat";
}
);
};
6 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#GazelleGames";
tag = "gazellegames";
}
);
};
7 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#IdleRPG";
tag = "gazellegames";
}
);
};
8 = {
items = ( items = (
{ {
type = "CHANNEL"; type = "CHANNEL";
@@ -126,7 +100,7 @@ windows = {
} }
); );
}; };
9 = { 6 = {
items = ( items = (
{ {
type = "CHANNEL"; type = "CHANNEL";
@@ -136,10 +110,9 @@ windows = {
} }
); );
}; };
10 = { immortal = "yes"; name = "hilight"; sticky = "yes"; }; 7 = { immortal = "yes"; name = "hilight"; sticky = "yes"; };
}; };
mainwindows = { mainwindows = {
1 = { first_line = "7"; lines = "55"; }; 1 = { first_line = "9"; lines = "37"; };
10 = { first_line = "1"; lines = "6"; }; 7 = { first_line = "1"; lines = "8"; };
}; };
hilights = ( { text = "matalok"; nick = "yes"; word = "yes"; } );

View File

@@ -3,8 +3,6 @@ AddKeysToAgent yes
Host github.com Host github.com
User git User git
IdentitiesOnly yes
IdentityFile ~/.ssh/id_ed25519_github
Host tildegit.org Host tildegit.org
User git User git