1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(irc): Mention new funs url-irc-rcirc' and url-irc-erc'.

Fix typo.
This commit is contained in:
Romain Francoise 2006-06-05 11:55:28 +00:00
parent 3e26254b48
commit 420b775e77
2 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2006-06-05 Romain Francoise <romain@orebokech.com>
* url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
Fix typo.
* gnus-faq.texi (Question 8.6): Update reference to the Gnus
channel (#gnus@irc.freenode.net).
Fix typos. Update copyright notice.

View File

@ -559,6 +559,8 @@ Well-known ports are used if the URL does not specify a port.
@cindex IRC
@cindex Internet Relay Chat
@cindex ZEN IRC
@cindex ERC
@cindex rcirc
@c Fixme: reference (was http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt)
@dfn{Internet Relay Chat} (IRC) is handled by handing off the @sc{irc}
session to a function named in @code{url-irc-function}.
@ -569,8 +571,14 @@ This function
must take five arguments, @var{host}, @var{port}, @var{channel},
@var{user} and @var{password}. The @var{channel} argument specifies the
channel to join immediately, this can be @code{nil}. By default this is
@code{url-irc-zenirc}.
@code{url-irc-rcirc}.
@end defopt
@defun url-irc-rcirc host port channel user password
Processes the arguments and lets @code{rcirc} handle the session.
@end defun
@defun url-irc-erc host port channel user password
Processes the arguments and lets @code{ERC} handle the session.
@end defun
@defun url-irc-zenirc host port channel user password
Processes the arguments and lets @code{zenirc} handle the session.
@end defun
@ -934,7 +942,7 @@ This is a regular expression that matches the shell prompt.
Host to @samp{rlogin} to before telnetting out.
@end defopt
@defopt url-gateway-rlogin-parameters
Parametres to pass to @samp{rsh}.
Parameters to pass to @samp{rsh}.
@end defopt
@defopt url-gateway-rlogin-user-name
User name to use when logging in to the gateway.