mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Added help for WATCH, by six
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2376 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
14457371c8
commit
4520455eac
17
docs/help/in/watch.in
Normal file
17
docs/help/in/watch.in
Normal file
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user