From c8f1a08b582fa578bd7a4602e66217e9e825ebec Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sun, 15 Jan 2012 04:17:45 +0000 Subject: [PATCH] *admin: SetChan takes the network as an argument --- modules/admin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin.cpp b/modules/admin.cpp index 9133960e..e511a12d 100644 --- a/modules/admin.cpp +++ b/modules/admin.cpp @@ -375,7 +375,7 @@ class CAdminMod : public CModule { CString sValue = sLine.Token(5, true); if (sValue.empty()) { - PutModule("Usage: setchan "); + PutModule("Usage: setchan "); return; }