]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/socket.cpp
Allow configuring whether SETNAME sends snotices and is oper-only.
[user/henk/code/inspircd.git] / src / socket.cpp
index d48a1907c9e37ae61ec5c5bc93f227c763365f5f..b33664f84ee84c70734f2dbc7a4b20993da4292f 100644 (file)
@@ -39,7 +39,7 @@ bool InspIRCd::BindPort(ConfigTag* tag, const irc::sockets::sockaddrs& sa, std::
                        return true;
                }
        }
-       
+
        ListenSocket* ll = new ListenSocket(tag, sa);
        if (ll->GetFd() < 0)
        {