mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Updated IRSSI config
This commit is contained in:
@@ -7,22 +7,6 @@ servers = (
|
||||
tls_verify = "no";
|
||||
autoconnect = "yes";
|
||||
},
|
||||
{
|
||||
address = "irc.aachat.net";
|
||||
chatnet = "AAChat";
|
||||
port = "6697";
|
||||
use_tls = "yes";
|
||||
tls_verify = "no";
|
||||
autoconnect = "yes";
|
||||
},
|
||||
{
|
||||
address = "irc.gazellegames.net";
|
||||
chatnet = "gazellegames";
|
||||
port = "6667";
|
||||
use_tls = "no";
|
||||
tls_verify = "no";
|
||||
autoconnect = "yes";
|
||||
},
|
||||
{
|
||||
address = "irc.gazellegames.net";
|
||||
chatnet = "gazellegames";
|
||||
@@ -37,6 +21,7 @@ servers = (
|
||||
port = "6667";
|
||||
use_tls = "no";
|
||||
tls_verify = "no";
|
||||
autoconnect = "yes";
|
||||
}
|
||||
);
|
||||
|
||||
@@ -45,14 +30,6 @@ chatnets = {
|
||||
type = "IRC";
|
||||
autosendcmd = "^MSG NickServ identify PASSWORD";
|
||||
};
|
||||
gazellegames = {
|
||||
type = "IRC";
|
||||
nick = "matalok";
|
||||
username = "matalok";
|
||||
realname = "matalok";
|
||||
autosendcmd = "^MSG Nickserver identify PASSWORD; ^MSG vertigo enter matalok PASSWORD";
|
||||
};
|
||||
AAChat = { type = "IRC"; };
|
||||
freenode = { type = "IRC"; };
|
||||
};
|
||||
|
||||
@@ -60,9 +37,9 @@ channels = (
|
||||
{ name = "#dimension"; chatnet = "tilechat"; autojoin = "yes"; },
|
||||
{ name = "#dimension"; chatnet = "tildechat"; autojoin = "yes"; },
|
||||
{ name = "#meta"; chatnet = "tildechat"; autojoin = "yes"; },
|
||||
{ name = "#a&a"; chatnet = "AAChat"; autojoin = "yes"; },
|
||||
{ name = "#idlerpg"; chatnet = "tildechat"; autojoin = "yes"; },
|
||||
{ name = "#geekhack"; chatnet = "freenode"; autojoin = "yes"; }
|
||||
{ name = "#geekhack"; chatnet = "freenode"; autojoin = "yes"; },
|
||||
{ name = "#livlug"; chatnet = "Freenode"; autojoin = "yes"; }
|
||||
);
|
||||
settings = {
|
||||
core = {
|
||||
|
||||
Reference in New Issue
Block a user