mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
using in headers is evil :(
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
#include <znc/User.h>
|
||||
#include <znc/znc.h>
|
||||
|
||||
using std::vector;
|
||||
using std::set;
|
||||
using std::map;
|
||||
|
||||
void CClient::UserCommand(CString& sLine) {
|
||||
if (!m_pUser) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user