Update 'roles/shell/files/chat'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-07-08 14:09:05 +00:00
parent ce47d78371
commit c84bf383e0
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
if [[ -f ~/.weechat/irc.conf ]]; then
exec weechat
else
exec weechat-curses -r "/server add newnet localhost -autoconnect; /set irc.server.newnet.autojoin \"#meta,#thunix,#tildetel\"; /connect newnet"
exec weechat-curses -r "/server add tilde irc.tilde.chat/6697 -ssl -autoconnect; /set irc.server.tilde.autojoin \"#meta,#thunix,#tildetel\"; /connect tilde"
fi