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
This commit is contained in:
psychon
2007-11-12 21:26:29 +00:00
parent 7c09af3dde
commit a60270de81
+1 -7
View File
@@ -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 <command>, del <nr>, list, save");
PutModule( "Commands: add <command>, del <nr>, list");
}
}