From 700789d3621fc76d5c8266ee0780651ee59faada Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Wed, 22 Nov 2017 16:45:06 +0100 Subject: [PATCH] Note about IRC topic retrieval --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7ac07a..164222f 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,10 @@ This daemon expects the library to be already configured to find the PN532 devic If you installed libnfc from source, the default directory might be `/usr/local/etc/nfc` instead of `/etc/nfc`. -## Known bugs +## Known bugs (TODO) * The open-switch module that changes topic based on status of GPIO switch can set status, - but can't retrieve current status - not implemented in current python-irc module + but can't retrieve current status - [see here example how to implement](https://github.com/jaraco/irc/issues/132#issuecomment-343653533). ## Notes