BF: ignorecommand is a jail option not a filter option

pull/542/head
Daniel Black 2013-12-29 21:57:37 +00:00
parent 4a0e428563
commit 4df246b0dd
1 changed files with 0 additions and 1 deletions

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)