diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-01-25 19:36:54 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-01-25 19:36:54 +0000 |
commit | 4eb76208a2997830a42c7d7038c929f753b8dd18 (patch) | |
tree | a21412ea7634929ed59e37c300d774cfa0b7ab2c /src | |
parent | 33956298d3f3ad45395263eeff0ec4d132cf3c46 (diff) |
Format this message a little nicer.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11004 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/usermanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usermanager.cpp b/src/usermanager.cpp index 33d172543..86b324c82 100644 --- a/src/usermanager.cpp +++ b/src/usermanager.cpp @@ -179,7 +179,7 @@ void UserManager::QuitUser(User *user, const std::string &quitreason, const char } ServerInstance->Logs->Log("USERS", DEBUG,"QuitUser: %s '%s'", user->nick.c_str(), quitreason.c_str()); - user->Write("ERROR :Closing link (%s@%s) [%s]", user->ident.c_str(), user->host.c_str(), *operreason ? operreason : quitreason.c_str()); + user->Write("ERROR :Closing link: (%s@%s) [%s]", user->ident.c_str(), user->host.c_str(), *operreason ? operreason : quitreason.c_str()); user->quitting = true; user->quietquit = false; user->quitmsg = quitreason; |