diff options
| author | 2020-04-12 22:56:10 -0600 | |
|---|---|---|
| committer | 2020-04-14 06:08:31 -0600 | |
| commit | 8874c1c57507773401b377ac2d668c8d58e01058 (patch) | |
| tree | 7c2a3220343f7f4dd34eaf60bf77f5f1bda20638 /src/modules.cpp | |
| parent | Fix kicknorejoin not showing the channel name properly in errors. (diff) | |
| download | inspircd++-8874c1c57507773401b377ac2d668c8d58e01058.tar.gz inspircd++-8874c1c57507773401b377ac2d668c8d58e01058.tar.bz2 inspircd++-8874c1c57507773401b377ac2d668c8d58e01058.zip | |
Update user-facing text and comments of SSL to TLS.
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 2b83bc0d8..36f5409c4 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -397,7 +397,7 @@ void ModuleManager::DoSafeUnload(Module* mod) for (user_hash::const_iterator u = users.begin(); u != users.end(); ) { User* user = u->second; - // The module may quit the user (e.g. SSL mod unloading) and that will remove it from the container + // The module may quit the user (e.g. TLS (SSL) mod unloading) and that will remove it from the container ++u; mod->OnCleanup(ExtensionItem::EXT_USER, user); user->doUnhookExtensions(items); |
