mirror of
https://github.com/znc/znc.git
synced 2026-05-05 21:12:37 +02:00
Implement invite-notify
This commit is contained in:
@@ -713,6 +713,9 @@ class Module:
|
||||
def OnPrivTagMessage(self, msg):
|
||||
pass
|
||||
|
||||
def OnInviteMessage(self, msg):
|
||||
pass
|
||||
|
||||
|
||||
class Command:
|
||||
command = ''
|
||||
|
||||
Reference in New Issue
Block a user