Remove condition-based monitoring system

This commit is contained in:
2020-06-07 15:31:43 +01:00
parent 11f15ac960
commit 4c08225a50
7 changed files with 1 additions and 351 deletions

View File

@@ -5,7 +5,7 @@ from copy import deepcopy
import main
from utils.logging.log import *
validTypes = ["msg", "notice", "action", "who", "part", "join", "kick", "quit", "nick", "topic", "mode", "conn", "znc", "query", "self", "highlight", "monitor", "err", "query", "self", "highlight"]
validTypes = ["msg", "notice", "action", "who", "part", "join", "kick", "quit", "nick", "topic", "mode", "conn", "znc", "query", "self", "highlight"]
class Relay(Protocol):
def __init__(self, addr):