From f68b10e0d9105111dd37112cd093603c8a6169c9 Mon Sep 17 00:00:00 2001 From: cflakes Date: Sun, 16 May 2010 10:20:49 +0000 Subject: [PATCH] Fixed /znc addport arguments in /znc help. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1992 726aef4b-f618-498e-8847-2d620e286838 --- ClientCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClientCommand.cpp b/ClientCommand.cpp index 6fd4868d..8b2b8a7e 100644 --- a/ClientCommand.cpp +++ b/ClientCommand.cpp @@ -1270,7 +1270,7 @@ void CClient::HelpUser() { Table.AddRow(); Table.SetCell("Command", "AddPort"); - Table.SetCell("Arguments", "<[+]port> [bindhost]"); + Table.SetCell("Arguments", "<[+]port> [bindhost]"); Table.SetCell("Description", "Add another port for ZNC to listen on"); Table.AddRow();