tinyirc: Update configuration
This commit is contained in:
parent
b319398534
commit
d84af26334
1 changed files with 31 additions and 35 deletions
|
@ -1,52 +1,48 @@
|
|||
# Servers to auto-connect
|
||||
servers:
|
||||
- addr: chat.freenode.net
|
||||
- addr: irc.oftc.net
|
||||
port: 6697
|
||||
tls: true
|
||||
realname: Sanchayan Maity
|
||||
nicks: ['SanchayanMaity', 'SanchayanM', 'Sanchayan']
|
||||
|
||||
# (optional) Server alias for display in tab line
|
||||
alias: freenode
|
||||
|
||||
# Channels to automatically join
|
||||
nicks: ['SanchayanMaity']
|
||||
alias: oftc
|
||||
nickserv_ident: ''
|
||||
join:
|
||||
- '#gstreamer'
|
||||
- '#pulseaudio'
|
||||
- '#pipewire'
|
||||
- '##randomstuffhere'
|
||||
- '#ghc'
|
||||
- '#haskell'
|
||||
- '#Haskell-docs'
|
||||
- '#haskell-lens'
|
||||
- '#rust'
|
||||
- '#dri-devel'
|
||||
- '#freedesktop'
|
||||
- '#bluez'
|
||||
- '#nixos'
|
||||
- '#osdev'
|
||||
- '#riscv'
|
||||
- '#rust-embedded'
|
||||
- '#gstreamer'
|
||||
- '#pipewire'
|
||||
- '#pulseaudio'
|
||||
- '##randomstuffhere'
|
||||
- '#tiny'
|
||||
|
||||
- addr: irc.libera.chat
|
||||
port: 6697
|
||||
tls: true
|
||||
realname: Sanchayan Maity
|
||||
nicks: ['SanchayanMaity']
|
||||
alias: libera
|
||||
join:
|
||||
- '#categorytheory'
|
||||
- '#emacs'
|
||||
- '#ghc'
|
||||
- '#haskell'
|
||||
- '#haskell-beginners'
|
||||
- '#haskell-in-depth'
|
||||
- '#haskell-lens'
|
||||
- '#linux'
|
||||
- '##math'
|
||||
- '#neovim'
|
||||
- '#emacs'
|
||||
|
||||
# Three authentication methods: pass, sasl, and nickserv_ident
|
||||
# These are optional and you probably only need one of these, delete
|
||||
# others.
|
||||
|
||||
# Server or nick password
|
||||
# pass: 'hunter2'
|
||||
|
||||
# SASL authentication
|
||||
- '#osdev'
|
||||
- '#riscv'
|
||||
- '#rust'
|
||||
- '#rust-embedded'
|
||||
- '#sway'
|
||||
- '#vim'
|
||||
sasl:
|
||||
username: 'SanchayanMaity'
|
||||
password: ''
|
||||
|
||||
# Identify nick by sending a message to NickServ:
|
||||
# (useful when `pass` or `sasl` fields above are not used)
|
||||
# nickserv_ident: 'hunter2'
|
||||
|
||||
# Defaults used when connecting to servers via the /connect command
|
||||
defaults:
|
||||
nicks: ['SanchayanMaity']
|
||||
|
|
Loading…
Reference in a new issue