mirror of
https://github.com/znc/znc.git
synced 2026-07-13 13:21:33 +02:00
modules/notify_connect: Fixed syntax on attach/detach messages to be more consistent
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user