ansible/roles/shell/files/chat

7 lines
244 B
Plaintext
Raw Normal View History

2018-12-23 20:32:37 +00:00
#!/bin/bash
2023-07-06 14:50:07 +00:00
if [[ -f ~/.weechat/irc.conf ]]; then
exec weechat
else
2023-07-08 14:09:05 +00:00
exec weechat-curses -r "/server add tilde irc.tilde.chat/6697 -ssl -autoconnect; /set irc.server.tilde.autojoin \"#meta,#thunix,#tildetel\"; /connect tilde"
2023-07-06 14:50:07 +00:00
fi