From a60270de810e6f37eecc216b531d7f0398d4eaa0 Mon Sep 17 00:00:00 2001 From: psychon Date: Mon, 12 Nov 2007 21:26:29 +0000 Subject: [PATCH] Remove save command for perform, add and del already save everything git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@868 726aef4b-f618-498e-8847-2d620e286838 --- modules/perform.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/perform.cpp b/modules/perform.cpp index 17ce60b3..2f4ff6c5 100644 --- a/modules/perform.cpp +++ b/modules/perform.cpp @@ -83,15 +83,9 @@ public: PutModule(CString( i ) + ": " + *it); } PutModule(" -- End of List"); - } else if(sCmdName == "save") - { - if(Save()) - PutModule("Saved!"); - else - PutModule("Error"); }else { - PutModule( "Commands: add , del , list, save"); + PutModule( "Commands: add , del , list"); } }