Add unimplemented message to fake NHQ

This commit is contained in:
Douglas Clowes
2014-06-20 14:53:04 +10:00
parent 68afbed2ce
commit ff342dc16d

View File

@ -107,6 +107,8 @@ class NHQ_200(LineReceiver):
result = self.channels[data[1]].get(data)
self.write(result)
self.write(self.delimiter);
return
print "Unimplemented command for: '%s'" % data
return
def rawDataReceived(self, data):