mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Rename new callback, fix build
This commit is contained in:
@@ -478,7 +478,7 @@ class Module:
|
||||
def OnClientCapRequest(self, pClient, sCap, bState):
|
||||
pass
|
||||
|
||||
def OnGetSASLMechanisms(self, ssMechanisms):
|
||||
def OnClientGetSASLMechanisms(self, ssMechanisms):
|
||||
pass
|
||||
|
||||
def OnSASLServerChallenge(self, sMechanism, sResponse):
|
||||
|
||||
Reference in New Issue
Block a user