__commandGet fix

This commit is contained in:
hazg 2013-10-21 15:22:40 +04:00
parent 0c7487af24
commit 6cfce7345a

View file

@ -241,6 +241,8 @@ class Transmitter:
return self.__server.getLogPath(name)
elif command[1] == "ignoreip":
return self.__server.getIgnoreIP(name)
elif command[1] == "ignorecommand":
return self.__server.getIgnoreCommand(name)
elif command[1] == "failregex":
return self.__server.getFailRegex(name)
elif command[1] == "ignoreregex":