feat: Add config file for halloy
This commit is contained in:
parent
107b7a3264
commit
e03021b449
1 changed files with 15 additions and 0 deletions
15
halloy/config.toml
Normal file
15
halloy/config.toml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Halloy config.
|
||||||
|
#
|
||||||
|
# For a complete list of available options,
|
||||||
|
# please visit https://halloy.chat/configuration/
|
||||||
|
|
||||||
|
[servers.liberachat]
|
||||||
|
nickname = "aria-coffee"
|
||||||
|
server = "irc.libera.chat"
|
||||||
|
channels = ["#halloy"]
|
||||||
|
|
||||||
|
[servers.rizon]
|
||||||
|
nickname = "aria-coffee"
|
||||||
|
nick_password_command = "op read \"op://Personal/5erb73jgzalyuwjvrckdsgrdmy/password\""
|
||||||
|
server = "irc.rizon.net"
|
||||||
|
channels = ["#judgment", "Global"]
|
Loading…
Add table
Add a link
Reference in a new issue