]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Format this message a little nicer.
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 25 Jan 2009 19:36:54 +0000 (19:36 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 25 Jan 2009 19:36:54 +0000 (19:36 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11004 e03df62e-2008-0410-955e-edbf42e46eb7

src/usermanager.cpp

index 33d172543574a0e47818e81e27fb1c5ead091798..86b324c8292a32959e43380ef8634edf28075cfc 100644 (file)
@@ -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;