erc-server-005

erc-server-005 is a compiled Lisp function in `erc-backend.el'.

(erc-server-005 PROC PARSED)

Set the variable `erc-server-parameters' and display the received message.

According to RFC 2812, suggests alternate servers on the network.
Many servers, however, use this code to show which parameters they have set,
for example, the network identifier, maximum allowed topic length, whether
certain commands are accepted and more. See documentation for
`erc-server-parameters' for more information on the parameters sent.

A server may send more than one 005 message.

Handler for a 005 server response.
PROC is the server process which returned the response.
PARSED is the actual response as an `erc-response' struct.
If you want to add responses don't modify this function, but rather
add things to `erc-server-005-functions' instead.