in reply to Re^2: "Watch" a node?
in thread "Watch" a node?

"One drawback I can see with this "bot" is that I have to tell it what nodes to watch - my laziness means I would like something that watches any node I create, without being told to do so explicitly."

Perhaps this would be a nice user definable feature, and/or the option to click a link within a thread to indicate you wish to follow it.

Sorry, I wasn't aware watcher was down, thanks jdporter for mentioning it.

Replies are listed 'Best First'.
Re^4: "Watch" a node?
by ambrus (Abbot) on Nov 01, 2010 at 09:34 UTC

    I have a watch button in my free nodelet:

    <br> <form method="post" action="?" ><input type="hidden" name="message" va +lue="/msg watcher watch `id`" ><input type="hidden" name="op" value=" +message" ><input type="hidden" name="node_id" value="`id`" ><input ty +pe="submit" value="Watch" ></form> <form method="post" action="?" ><input type="hidden" name="message" va +lue="/msg watcher unwatch `id`" ><input type="hidden" name="op" value +="message" ><input type="hidden" name="node_id" value="`id`" ><input +type="submit" value="Unwatch" ></form>