BF: ignorecommand is a jail option not a filter option

This commit is contained in:
Daniel Black 2013-12-29 21:57:37 +00:00
parent 4a0e428563
commit 4df246b0dd

View file

@ -59,7 +59,6 @@ class FilterReader(ConfigReader):
def getOptions(self, pOpts):
opts = [["string", "ignoreregex", ""],
["string", "failregex", ""],
["string", "ignorecommand", ""]
]
self.__opts = ConfigReader.getOptions(self, "Definition", opts, pOpts)