summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-02 20:45:22 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-02 20:45:22 +0000
commit4520455eac4ff22f90f8d591119edd04b48b14f3 (patch)
treeb28fc3083d90ad3f06a0eb62277ebe25ef34000c /docs
parent14457371c8a88655d20664f32ab7629785a741d8 (diff)
downloadirssi-4520455eac4ff22f90f8d591119edd04b48b14f3.zip
Added help for WATCH, by six
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2376 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r--docs/help/in/watch.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/help/in/watch.in b/docs/help/in/watch.in
new file mode 100644
index 00000000..8d90118e
--- /dev/null
+++ b/docs/help/in/watch.in
@@ -0,0 +1,17 @@
+WATCH %|[[+|-]<nick>][ [+|-]<nick> ...]
+
+Works only in networks using Bahamut ircd.
+
+WATCH is somewhat equal to ISON/NOTIFY, but server-based. With WATCH
+server sends status information to client, instead of client sending
+ISON's. Therefore WATCH is technically a bit smarter solution than
+ISON/NOTIFY. Only disadvantage is WATCH not being "saved" in any way.
+Once you disconnect, your WATCH list will get cleared.
+
+WATCH is based on a nick, and must be prepended with a plus ('+') to be
+added to your silence list. A minus sign ('-') will remove an entry
+from the list. With no arguments, WATCH returns a list of your WATCH
+list entries.
+
+See also: NOTIFY, WHOIS, WHOWAS
+