1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2379 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-02-03 18:07:12 +00:00 committed by cras
parent b2c92f3b4b
commit 78542cb0f7

View File

@ -1,3 +1,4 @@
WATCH %|[[+|-]<nick>][ [+|-]<nick> ...] WATCH %|[[+|-]<nick>][ [+|-]<nick> ...]
Works only in networks using Bahamut ircd. Works only in networks using Bahamut ircd.
@ -5,13 +6,13 @@ Works only in networks using Bahamut ircd.
WATCH is somewhat equal to ISON/NOTIFY, but server-based. With WATCH WATCH is somewhat equal to ISON/NOTIFY, but server-based. With WATCH
server sends status information to client, instead of client sending server sends status information to client, instead of client sending
ISON's. Therefore WATCH is technically a bit smarter solution than ISON's. Therefore WATCH is technically a bit smarter solution than
ISON/NOTIFY. Only disadvantage is WATCH not being "saved" in any way. ISON/NOTIFY. The only disadvantage is your WATCH list not being
Once you disconnect, your WATCH list will get cleared. "saved". Once you disconnect, your WATCH list will get cleared.
WATCH is based on a nick, and must be prepended with a plus ('+') to be 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 added to your watch list. A minus sign ('-') will remove an entry from
from the list. With no arguments, WATCH returns a list of your WATCH the list. With no arguments, WATCH returns a list of your WATCH list
list entries. entries.
See also: NOTIFY, WHOIS, WHOWAS See also: NOTIFY, WHOIS, WHOWAS