tinyirc: Automatically execute /ignore on startup
This feature became available in release 0.11.
This commit is contained in:
parent
48b2de04da
commit
99dbf5fcdd
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Servers to auto-connect
|
||||
servers:
|
||||
- addr: irc.oftc.net
|
||||
ignore: true
|
||||
port: 6697
|
||||
tls: true
|
||||
realname: Sanchayan Maity
|
||||
|
@ -17,6 +18,7 @@ servers:
|
|||
- '#tiny'
|
||||
|
||||
- addr: irc.libera.chat
|
||||
ignore: true
|
||||
port: 6697
|
||||
tls: true
|
||||
realname: Sanchayan Maity
|
||||
|
|
Loading…
Reference in a new issue