From 085098a9632363fa4cdf19acc0803d5133d83117 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 4 Mar 2013 12:53:06 +0100 Subject: [PATCH] Fix WeeChat command to add relay in INSTALL --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 21f825c..0f5b1cc 100644 --- a/INSTALL +++ b/INSTALL @@ -32,7 +32,7 @@ WeeChat setup You have to add a relay port in WeeChat, for example on port 1234: ---------------------------------------- -/relay add weechat.* 1234 +/relay add weechat 1234 /set relay.network.password "mypass" ----------------------------------------