diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-10 22:58:42 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-10 22:58:42 +0000 |
commit | c424dce517be537bd154565bca5e3a87ddb8c406 (patch) | |
tree | 245d3631e108f46a7347bec53dedec273f8d3f40 /include/modules.h | |
parent | 91f6b2e29d8fb354e6c93b987d99488f6bb69235 (diff) |
Made db_plain backup its databases
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2882 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/modules.h b/include/modules.h index a99d69900..aad816d39 100644 --- a/include/modules.h +++ b/include/modules.h @@ -560,11 +560,6 @@ class CoreExport Module */ virtual EventReturn OnLoadDatabase() { return EVENT_CONTINUE; } - /** Called when anope backs up databases. - * NOTE: This event is deprecated pending new database handling. - */ - virtual void OnBackupDatabase() MARK_DEPRECATED { } - /** Called when anope needs to check passwords against encryption * see src/encrypt.c for detailed informations */ @@ -1183,7 +1178,7 @@ enum Implementation I_OnAddSXLine, I_OnDelSXLine, /* Database */ - I_OnPostLoadDatabases, I_OnSaveDatabase, I_OnLoadDatabase, I_OnBackupDatabase, + I_OnPostLoadDatabases, I_OnSaveDatabase, I_OnLoadDatabase, I_OnDatabaseExpire, I_OnDatabaseWrite, I_OnDatabaseRead, I_OnDatabaseReadMetadata, I_OnDatabaseWriteMetadata, |