From f7e3b34ccc77a28ceaca02d3644f64092b2c2b08 Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Mon, 12 Aug 2013 18:49:14 -0700 Subject: [PATCH] modules/notify_connect: Fixed syntax on attach/detach messages to be more consistent --- modules/notify_connect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/notify_connect.cpp b/modules/notify_connect.cpp index 495b3039..3da7b849 100644 --- a/modules/notify_connect.cpp +++ b/modules/notify_connect.cpp @@ -26,7 +26,7 @@ public: } virtual void OnClientDisconnect() { - SendAdmins(m_pUser->GetUserName() + " detached (gone: " + m_pClient->GetRemoteIP() + ")"); + SendAdmins(m_pUser->GetUserName() + " detached (from " + m_pClient->GetRemoteIP() + ")"); } private: