mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
SSL modules: send SNOTICE upon successful rehash.
This commit is contained in:
parent
fe87ef1967
commit
05066eb189
@ -1365,6 +1365,7 @@ class ModuleSSLGnuTLS : public Module
|
||||
try
|
||||
{
|
||||
ReadProfiles();
|
||||
ServerInstance->SNO->WriteToSnoMask('a', "SSL module %s rehashed.", MODNAME);
|
||||
}
|
||||
catch (ModuleException& ex)
|
||||
{
|
||||
|
@ -932,6 +932,7 @@ class ModuleSSLmbedTLS : public Module
|
||||
try
|
||||
{
|
||||
ReadProfiles();
|
||||
ServerInstance->SNO->WriteToSnoMask('a', "SSL module %s rehashed.", MODNAME);
|
||||
}
|
||||
catch (ModuleException& ex)
|
||||
{
|
||||
|
@ -1055,6 +1055,7 @@ class ModuleSSLOpenSSL : public Module
|
||||
try
|
||||
{
|
||||
ReadProfiles();
|
||||
ServerInstance->SNO->WriteToSnoMask('a', "SSL module %s rehashed.", MODNAME);
|
||||
}
|
||||
catch (ModuleException& ex)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user