Note about IRC topic retrieval

This commit is contained in:
Ondrej Mikle 2017-11-22 16:45:06 +01:00
parent 9403bc789e
commit 700789d362

View file

@ -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 If you installed libnfc from source, the default directory might be
`/usr/local/etc/nfc` instead of `/etc/nfc`. `/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, * 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 ## Notes