]> jfr.im git - irc/rizon/znc.git/commit
Add a way for module to customize additional info.
authorAlexey Sokolov <redacted>
Sat, 11 Jun 2011 10:28:15 +0000 (17:28 +0700)
committerAlexey Sokolov <redacted>
Sat, 11 Jun 2011 10:28:15 +0000 (17:28 +0700)
commite6e3331457aa50051b2cc9af2816c379e9e95227
tree1e29ed2e19bfef5c8e578bc4ef970db51a5d3e6c
parentad9f1f8ab9a60391ce93ff9979d8afa58de01789
Add a way for module to customize additional info.

For that you need to write a specialization of template function
void TModInfo<CYourModule>(CModInfo&), and inside it put needed values
to the argument.
Modules.h