mirror of
https://github.com/znc/znc.git
synced 2026-05-03 20:12:29 +02:00
Add OnJoining module hook.
This patch adds an OnJoining module hook that allows a module to allow or disallow joining any given channel.
This commit is contained in:
@@ -281,6 +281,9 @@ class Module:
|
||||
def OnKick(self, OpNick, sKickedNick, Channel, sMessage):
|
||||
pass
|
||||
|
||||
def OnJoining(self, Channel):
|
||||
pass
|
||||
|
||||
def OnJoin(self, Nick, Channel):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user