Skip to content

Commit

Permalink
Add irssi config for tildechat
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Jun 27, 2020
1 parent 23682fc commit e14cb58
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .irssi/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
servers = (
{
address = "eu.tilde.chat";
chatnet = "tildechat";
port = "6697";
use_tls = "yes";
tls_verify = "no";
autoconnect = "yes";
}
);

chatnets = {
tildechat = { type = "IRC"; };
};

channels = ( { name = "#dimension"; chatnet = "tilechat"; autojoin = "yes"; } );

0 comments on commit e14cb58

Please sign in to comment.