mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
alis/noteserv help by pasky
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2642 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c9f6f04079
commit
32815dfbcb
@ -3,7 +3,14 @@
|
|||||||
|
|
||||||
Lists the channel names. Trying to list all the channel
|
Lists the channel names. Trying to list all the channel
|
||||||
names usually causes you to be disconnected from the
|
names usually causes you to be disconnected from the
|
||||||
server with the reason "Excessive flood".
|
server with the reason "Excess flood", as usually all
|
||||||
|
40000 channels form together and server naively attempts
|
||||||
|
to send you them.
|
||||||
|
|
||||||
See also:
|
Thus, on IRCNet, you should rather use service ALIS
|
||||||
|
(Advanced Listing Service), which will allow you to query
|
||||||
|
for channel with specific name, topic, mode or usercount.
|
||||||
|
Type /SQUERY ALIS HELP to get more info about it.
|
||||||
|
|
||||||
|
See also: SQUERY
|
||||||
|
|
||||||
|
@ -24,5 +24,9 @@ To send a note to Joebob (whose account is jbriggs@drivein.com):
|
|||||||
To spy on anyone from blah.com for the next 30 days:
|
To spy on anyone from blah.com for the next 30 days:
|
||||||
/NOTE SPY +30 *!*@*.blah.com A blah.com user is active
|
/NOTE SPY +30 *!*@*.blah.com A blah.com user is active
|
||||||
|
|
||||||
This command is Not available in the IRCNet.
|
This command is not available in the IRCNet. However, you've service NoteServ
|
||||||
|
available there, which allows you to do similiar things like with /NOTE command
|
||||||
|
on other IRC networks. Type /SQUERY NoteServ HELP to get more info about it.
|
||||||
|
|
||||||
|
See also: NOTIFY, SQUERY
|
||||||
|
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
|
|
||||||
/SQUERY sends a query to the specified service.
|
/SQUERY sends a query to the specified service.
|
||||||
|
|
||||||
See also: SERVLIST
|
See also: SERVLIST, NOTE, LIST
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user