diff options
-rw-r--r-- | src/modules.cpp | 2 | ||||
-rwxr-xr-x | src/svn-rev.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 { diff --git a/src/svn-rev.sh b/src/svn-rev.sh index ec6f40a06..92df33bf7 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3497 +echo 3500 |