From f7c6d90478b91454f269507f52e0a37a53f76c55 Mon Sep 17 00:00:00 2001 From: psychon Date: Tue, 20 Jul 2010 17:31:17 +0000 Subject: [PATCH] Fix a help message Patch by DarthGandalf, thanks. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2090 726aef4b-f618-498e-8847-2d620e286838 --- modules/admin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin.cpp b/modules/admin.cpp index 8a186e63..f41d1b7f 100644 --- a/modules/admin.cpp +++ b/modules/admin.cpp @@ -650,7 +650,7 @@ class CAdminMod : public CModule { CString sModRet; if (sModName.empty()) { - PutModule("Usage: loadmodule "); + PutModule("Usage: unloadmodule "); return; }