Add dotfiles/irssi.config
example irssi config
This commit is contained in:
parent
215e11fd69
commit
7be52a96c8
34
dotfiles/irssi.config
Normal file
34
dotfiles/irssi.config
Normal 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";
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user