mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix CUser::GetUserClients() and CUser::GetAllClients() in modpython.
Thanks to Lymia for reporting it.
This commit is contained in:
@@ -104,6 +104,7 @@ class MCString : public std::map<CString, CString> {};
|
||||
%template(VListeners) std::vector<CListener*>;
|
||||
%template(BufLines) std::deque<CBufLine>;
|
||||
%template(VVString) std::vector<VCString>;
|
||||
%template(VClients) std::vector<CClient*>;
|
||||
|
||||
%typemap(in) CString& {
|
||||
String* p;
|
||||
|
||||
Reference in New Issue
Block a user