From 841c8ef7c037a95d857ad3c18fe5a910a4bd0809 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 17 Mar 2019 17:03:54 +0000 Subject: [PATCH] Fixed typo in chat script --- 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 35d4130..17fc3f8 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`@locahost:6667/#thunix" +weechat-curses -r "/set irc.look.temporary_servers on; /connect irc://`whoami`@localhost:6667/#thunix"