Add dotfiles/irssi.config

example irssi config
This commit is contained in:
br0tkasten 2025-05-18 19:49:31 +02:00
parent 215e11fd69
commit 7be52a96c8

34
dotfiles/irssi.config Normal file
View File

@ -0,0 +1,34 @@
servers = (
{
address = "irc.ircnet.com";
chatnet = "IRCnet";
port = "6667";
autoconnect = "yes";
}
);
chatnets = {
IRCnet = {
type = "IRC";
nick = "br0tkasten";
alternate_nick = "br0tkasten_";
};
};
channels = (
{
name = "#DENOG";
chatnet = "IRCnet";
autojoin = "yes";
}
);
aliases = {
J = "join";
W = "who";
N = "names";
L = "list";
M = "msg";
T = "topic";
Q = "query";
};