Merge branch 'modinfo'

This commit is contained in:
Alexey Sokolov
2011-06-11 18:32:09 +07:00
45 changed files with 262 additions and 112 deletions

View File

@@ -335,5 +335,9 @@ void CSaveBuffJob::RunJob()
p->SaveBufferToDisk();
}
template<> void TModInfo<CSaveBuff>(CModInfo& Info) {
Info.SetWikiPage("savebuff");
}
MODULEDEFS(CSaveBuff, "Stores channel buffers to disk, encrypted")