feat: add hackint to irssi config
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
13ba9b4771
commit
ad11b0e443
1 changed files with 10 additions and 1 deletions
|
|
@ -15,9 +15,18 @@
|
||||||
inuits.autoJoin = true;
|
inuits.autoJoin = true;
|
||||||
mgmtconfig.autoJoin = true;
|
mgmtconfig.autoJoin = true;
|
||||||
nixos.autoJoin = true;
|
nixos.autoJoin = true;
|
||||||
promethues.autoJoin = true;
|
prometheus.autoJoin = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
hackint = {
|
||||||
|
server = {
|
||||||
|
address = "irc.hackint.org";
|
||||||
|
port = 6697;
|
||||||
|
autoConnect = true;
|
||||||
|
ssl.enable = true;
|
||||||
|
};
|
||||||
|
nick = "escapeangle";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue