]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ircv3_sts.cpp
Allow configuring whether SETNAME sends snotices and is oper-only.
[user/henk/code/inspircd.git] / src / modules / m_ircv3_sts.cpp
index cbfdd1307dc7c0f4251bb52314abfd38389d50b6..a8738b2ac0d718d0d2774bf423840c34b685053d 100644 (file)
@@ -130,7 +130,7 @@ class ModuleIRCv3STS : public Module
                for (std::vector<ListenSocket*>::const_iterator iter = ServerInstance->ports.begin(); iter != ServerInstance->ports.end(); ++iter)
                {
                        ListenSocket* ls = *iter;
-                       
+
                        // Is this listener on the right port?
                        unsigned int saport = ls->bind_sa.port();
                        if (saport != port)