1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 14:43:12 +02:00

added support for hybrids new umode +S (client is connected via SSL/TLS)

This commit is contained in:
DukePyrolator
2013-06-18 07:48:07 +02:00
parent fc527b464a
commit f92b0d6ea0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -213,6 +213,7 @@ class ProtoRatbox : public Module
/* user modes */
ModeManager::RemoveUserMode(ModeManager::FindUserModeByName("HIDEOPER"));
ModeManager::RemoveUserMode(ModeManager::FindUserModeByName("REGPRIV"));
Modemanager::RemoveUserMode(ModeManager::FindUserModeByName("SSL"));
ModeManager::AddUserMode(new UserMode("PROTECTED", 'S'));
/* v/h/o/a/q */