mirror of
https://github.com/znc/znc.git
synced 2026-08-03 15:33:02 +02:00
Remove GLOBALMODCONSTRUCTOR
MODCONSTRUCTOR does that job just fine (now). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
class CSSLClientCertMod : public CModule {
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CSSLClientCertMod) {
|
||||
MODCONSTRUCTOR(CSSLClientCertMod) {
|
||||
AddHelpCommand();
|
||||
AddCommand("Add", static_cast<CModCommand::ModCmdFunc>(&CSSLClientCertMod::HandleAddCommand),
|
||||
"[pubkey]", "If pubkey is not provided will use the current key");
|
||||
|
||||
Reference in New Issue
Block a user