From a196d9dc21fba8807ca515e3a48248ce0d3b11b9 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Tue, 17 Sep 2019 14:02:27 +0000 Subject: [PATCH] Adding #meta as another chat room to autojoin --- roles/shell/files/chat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/shell/files/chat b/roles/shell/files/chat index 17fc3f8..cb51d51 100755 --- a/roles/shell/files/chat +++ b/roles/shell/files/chat @@ -1,3 +1,3 @@ #!/bin/bash -weechat-curses -r "/set irc.look.temporary_servers on; /connect irc://`whoami`@localhost:6667/#thunix" +weechat-curses -r "/set irc.look.temporary_servers on; /connect irc://`whoami`@localhost:6667/#thunix,#meta"