mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Normalize methods with 'UserName' to 'Username'
This commit is contained in:
@@ -257,10 +257,10 @@ class CPyRetBool {
|
||||
|
||||
%extend CUser {
|
||||
CString __str__() {
|
||||
return $self->GetUserName();
|
||||
return $self->GetUsername();
|
||||
}
|
||||
CString __repr__() {
|
||||
return "<CUser " + $self->GetUserName() + ">";
|
||||
return "<CUser " + $self->GetUsername() + ">";
|
||||
}
|
||||
std::vector<CIRCNetwork*> GetNetworks_() {
|
||||
return $self->GetNetworks();
|
||||
|
||||
Reference in New Issue
Block a user