Support OnClientCapLs in modpython #98

This commit is contained in:
Alexey Sokolov
2012-07-28 01:37:58 +07:00
parent 592b5d158d
commit 219e6a97ce
4 changed files with 5 additions and 1 deletions

View File

@@ -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;