From e307d5edb124ac535c5d0982f8207987159e4a36 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 7 Mar 2006 00:45:14 +0000 Subject: Fixed wtf-ery of Modules::SendTo - did i write this before WriteServ??? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3501 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 64a61c1b0..a267662df 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -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 { -- cgit v1.2.3