diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-24 16:47:47 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-24 16:47:47 +0000 |
commit | 32815dfbcb8aee9317372832e5a6f0cacb52c8b0 (patch) | |
tree | 3d55cafc41d1d70995701dc67d454efbf9acc4cf | |
parent | c9f6f040796c98854bf15958e3cb0121bf89f6d0 (diff) | |
download | irssi-32815dfbcb8aee9317372832e5a6f0cacb52c8b0.zip |
alis/noteserv help by pasky
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2642 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | docs/help/in/list.in | 11 | ||||
-rw-r--r-- | docs/help/in/note.in | 6 | ||||
-rw-r--r-- | docs/help/in/squery.in | 2 |
3 files changed, 15 insertions, 4 deletions
diff --git a/docs/help/in/list.in b/docs/help/in/list.in index 32a3cdbd..a1f697e7 100644 --- a/docs/help/in/list.in +++ b/docs/help/in/list.in @@ -3,7 +3,14 @@ Lists the channel names. Trying to list all the channel 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 diff --git a/docs/help/in/note.in b/docs/help/in/note.in index d77bb230..da5a8b1a 100644 --- a/docs/help/in/note.in +++ b/docs/help/in/note.in @@ -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: /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 diff --git a/docs/help/in/squery.in b/docs/help/in/squery.in index a0bb4f11..43d25178 100644 --- a/docs/help/in/squery.in +++ b/docs/help/in/squery.in @@ -6,5 +6,5 @@ /SQUERY sends a query to the specified service. -See also: SERVLIST +See also: SERVLIST, NOTE, LIST |