mirror of
https://github.com/znc/znc.git
synced 2026-05-07 22:04:46 +02:00
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:
+1
-7
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user