diff options
| author | 2006-08-23 22:34:58 +0000 | |
|---|---|---|
| committer | 2006-08-23 22:34:58 +0000 | |
| commit | 3382adb9e9a79748b4db09bb41a296861800fa2d (patch) | |
| tree | c1ec0205b9578e9a5925c013660cb4b9d62cf856 /src/modules/m_sslmodes.cpp | |
| parent | Document ModeParser::FindPrefix() and chanrec::GetAllPrefixes() (diff) | |
ModeParser::InsertMode is no longer required -- this is auto-generated by the ModeParser based on what modes are registered and wether or not they have certain attributes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5007 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_sslmodes.cpp')
| -rw-r--r-- | src/modules/m_sslmodes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_sslmodes.cpp b/src/modules/m_sslmodes.cpp index 9cc3f2872..7e26de8c2 100644 --- a/src/modules/m_sslmodes.cpp +++ b/src/modules/m_sslmodes.cpp @@ -76,7 +76,6 @@ class ModuleSSLModes : public Module virtual void On005Numeric(std::string &output) { - ServerInstance->Modes->InsertMode(output, "z", 4); } virtual int OnUserPreJoin(userrec* user, chanrec* chan, const char* cname) |
