irssi
This commit is contained in:
21
.irssi/config.autosave
Normal file
21
.irssi/config.autosave
Normal file
@@ -0,0 +1,21 @@
|
||||
servers = (
|
||||
{
|
||||
chatnet = "tuxcord";
|
||||
address = "irc.tuxcord.net";
|
||||
port = "6697";
|
||||
use_ssl = "yes";
|
||||
ssl_verify = "yes";
|
||||
autoconnect = "yes";
|
||||
}
|
||||
);
|
||||
settings = {
|
||||
core = {
|
||||
real_name = "deadvey";
|
||||
user_name = "deadvey";
|
||||
nick = "deadvey";
|
||||
};
|
||||
};
|
||||
chatnets = { tuxcord = { type = "IRC"; }; };
|
||||
channels = (
|
||||
{ name = "#d_general"; chatnet = "tuxcord"; autojoin = "yes"; }
|
||||
);
|
||||
Reference in New Issue
Block a user