mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Support OnClientCapLs in modpython #98
This commit is contained in:
@@ -65,6 +65,8 @@ using std::allocator;
|
||||
%template(VChannels) std::vector<CChan*>;
|
||||
%template(MNicks) std::map<CString, CNick>;
|
||||
%template(SModInfo) std::set<CModInfo>;
|
||||
%template(SCString) std::set<CString>;
|
||||
typedef std::set<CString> SCString;
|
||||
|
||||
%typemap(in) CString& {
|
||||
String* p;
|
||||
|
||||
Reference in New Issue
Block a user