From 8c5d2ae45dc1cbf32f56cbcf9a0aaa0895c0541b Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 3 Dec 2006 10:56:23 +0000 Subject: [PATCH] Make this look less insane :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5835 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/users.cpp b/src/users.cpp index 046d6dcef..986aea4cb 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1880,7 +1880,7 @@ bool userrec::ChangeDisplayedHost(const char* host) FOREACH_MOD(I_OnChangeHost,OnChangeHost(this,host)); } if (this->ServerInstance->Config->CycleHosts) - this->WriteCommonExcept("%s","QUIT :Changing hosts"); + this->WriteCommonExcept("QUIT :Changing hosts"); /* Fix by Om: userrec::dhost is 65 long, this was truncating some long hosts */ strlcpy(this->dhost,host,64); -- 2.39.5