modules/notify_connect: Fixed syntax on attach/detach messages to be more consistent

This commit is contained in:
Sam Dodrill
2013-08-12 18:49:14 -07:00
parent ff099097aa
commit f7e3b34ccc
+1 -1
View File
@@ -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: