Skip to content

Commit

Permalink
replace freenode with libera.chat in config.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed May 24, 2021
1 parent d5e3a6c commit bfc1a81
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ telegram:
ircbot:
listen: http://127.0.0.1:18011
networks:
freenode:
'libera.chat':
nick: jabbot
server: chat.freenode.net
port: 6667
server: irc.libera.chat
port: 6697
tls: yes
channels:
- jabbot
- '##jabbot'

xmpp:
accounts: {}
Expand Down Expand Up @@ -51,22 +52,24 @@ feeds:
appendurl: true
shorturl: true
publish_to:
- "freenode:jabbot"
- "libera.chat:##jabbot"

cpantw:
publish_to:
- "freenode:#chupei.pm"
- "freenode:#jabbot"
- "libera.chat:##jabbot"

twitter:
username:
password:
track: "#perl,#jabbot"
publish_to:
- "freenode:#chupei.pm"
- "freenode:#jabbot"
- "libera.chat:##jabbot"

plurk:
listen: http://localhost:18020/
username: ''
password: ''
access_token: ''
access_token_secret: ''
consumer_key: ''
consumer_secret: ''

0 comments on commit bfc1a81

Please sign in to comment.