]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules.cpp
Optimisation of optimisation :P ty w00tie
[user/henk/code/inspircd.git] / src / modules.cpp
index 64a61c1b0c0a03f645b9720f1e506a740b62a73f..a267662dfdd0abd16d321f09cc7d7effa9620195 100644 (file)
@@ -535,7 +535,7 @@ void Server::SendTo(userrec* Source, userrec* Dest, std::string s)
        if (!Source)
        {
                // if source is NULL, then the message originates from the local server
-               Write(Dest->fd,":%s %s",this->GetServerName().c_str(),s.c_str());
+               WriteServ_NoFormat(Dest->fd,s.c_str());
        }
        else
        {