mirror of
https://github.com/znc/znc.git
synced 2026-08-05 16:33:46 +02:00
Implement message-tags spec
Message tags were supported already, but not arbitrary tags, and not TAGMSG
This commit is contained in:
@@ -704,6 +704,15 @@ class Module:
|
||||
def OnSendToIRCMessage(self, msg):
|
||||
pass
|
||||
|
||||
def OnUserTagMessage(self, msg):
|
||||
pass
|
||||
|
||||
def OnChanTagMessage(self, msg):
|
||||
pass
|
||||
|
||||
def OnPrivTagMessage(self, msg):
|
||||
pass
|
||||
|
||||
|
||||
class Command:
|
||||
command = ''
|
||||
|
||||
Reference in New Issue
Block a user