mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge pull request #394 from Niichan/fix_connection_notice
modules/notify_connect: Fixed syntax on attach/detach messages
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