Moved CUtils::Trim() into CString class

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@247 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-05-08 04:30:14 +00:00
parent 078bbcf019
commit 511832a8d6
11 changed files with 31 additions and 31 deletions
+1
View File
@@ -65,6 +65,7 @@ int main(int argc, char** argv) {
if (iOptIndex >= 0) {
CString sOption = Lower(g_LongOpts[iOptIndex].name);
if (sOption == "version") {
cout << "---[" << CString(" test ").RightTrim() << "]" << endl;
cout << CZNC::GetTag() << endl;
return 0;
} else if (sOption == "makepass") {