From ec7426cd8f28827677dd1d698a2b7848574daec7 Mon Sep 17 00:00:00 2001 From: prozacx Date: Tue, 6 Sep 2005 23:12:51 +0000 Subject: [PATCH] Added some global settings git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@464 726aef4b-f618-498e-8847-2d620e286838 --- modules/admin.cpp | 140 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 124 insertions(+), 16 deletions(-) diff --git a/modules/admin.cpp b/modules/admin.cpp index e6283502..38ee0943 100644 --- a/modules/admin.cpp +++ b/modules/admin.cpp @@ -48,6 +48,8 @@ public: if (msvsParams.empty()) { sPageRet += "You passed in no params.\r\n"; } else { + sPageRet += "foo [" + GetParamString().Escape_n(CString::EHTML) + "]

"; + for (map::const_iterator it = msvsParams.begin(); it != msvsParams.end(); it++) { sPageRet += "

" + it->first + "

\r\n