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:
@@ -261,7 +261,7 @@ while (<$in>) {
|
||||
when (/vector\s*<\s*.*\*\s*>/) {
|
||||
say $out "PyList_New(0);";
|
||||
}
|
||||
when (/CString/) {
|
||||
when (/(?:^|\s)CString/) { # not SCString
|
||||
if ($a->{base} eq 'CString' && $a->{mod} eq '&') {
|
||||
say $out "CPyRetString::wrap($a->{var});";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user