# HG changeset patch # User Kim Alvefur # Date 1545501239 -3600 # Node ID c479e39ff547cc0fa06043ed67cc0bc75ed8126b # Parent a0e0ec729aabe9fddc7a459a9ccf218d5a1229bb mod_pubsub_text_interface/README: Document the 'last' command diff -r a0e0ec729aab -r c479e39ff547 mod_pubsub_text_interface/README.markdown --- a/mod_pubsub_text_interface/README.markdown Sat Dec 22 18:53:48 2018 +0100 +++ b/mod_pubsub_text_interface/README.markdown Sat Dec 22 18:53:59 2018 +0100 @@ -25,3 +25,4 @@ - `list` - list available nodes - `subscribe node` - subscribe to a node - `unsubscribe node` - unsubscribe from a node +- `last node` - sends the last published item from the node to you