diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-03 10:56:23 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-03 10:56:23 +0000 |
commit | 8c5d2ae45dc1cbf32f56cbcf9a0aaa0895c0541b (patch) | |
tree | 81255e70d3978666636852b4abce35b935be76e6 | |
parent | 370c7a4388aef1a4af5046fe334d8cb913b80691 (diff) |
Make this look less insane :P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5835 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |