added basic ssl support to ircu
[ircu2.10.12-pk.git] / doc / rfc1459.unet
index 98fe3dd97819d7912542024f06e1d38ffe443195..6a3f36b6cf103e3fccf4ff4f6cd386cc2bf2de05 100644 (file)
@@ -1285,12 +1285,16 @@ MODE WiZ -o                     ; WiZ 'deopping' (removing operator
    The topic for channel <channel> is returned if there is no <topic>
    given.  If the <topic> parameter is present, the topic for that
    channel will be changed, if the channel modes permit this action.
    The topic for channel <channel> is returned if there is no <topic>
    given.  If the <topic> parameter is present, the topic for that
    channel will be changed, if the channel modes permit this action.
+   You may not query a topic from outside a secret channel.  Modeless
+   channels don't have a topic and thus ERR_CHANOPRIVSNEEDED is returned.
+   A list of channels may be specified comma seperated.
 
    Numeric Replies:
 
            ERR_NEEDMOREPARAMS              ERR_NOTONCHANNEL
            RPL_NOTOPIC                     RPL_TOPIC
 
    Numeric Replies:
 
            ERR_NEEDMOREPARAMS              ERR_NOTONCHANNEL
            RPL_NOTOPIC                     RPL_TOPIC
-           ERR_CHANOPRIVSNEEDED
+           ERR_CHANOPRIVSNEEDED            ERR_NOSUCHCHANNEL
+          RPL_TOPICWHOTIME
 
 
 
 
 
 
@@ -1308,6 +1312,11 @@ RFC 1459              Internet Relay Chat Protocol              May 1993
 
    TOPIC #test                     ; check the topic for #test.
 
 
    TOPIC #test                     ; check the topic for #test.
 
+   TOPIC #test,#testing            ; check the topic on #test and #testing
+
+   TOPIC #test,#testing :Topic     ; set the topic on #test and #testing
+0
+
 4.2.5 Names message
 
       Command: NAMES
 4.2.5 Names message
 
       Command: NAMES
@@ -1328,6 +1337,7 @@ RFC 1459              Internet Relay Chat Protocol              May 1993
    Numerics:
 
            RPL_NAMREPLY                    RPL_ENDOFNAMES
    Numerics:
 
            RPL_NAMREPLY                    RPL_ENDOFNAMES
+           ERR_NEEDMOREPARAMS
 
    Examples:
 
 
    Examples:
 
@@ -1335,7 +1345,10 @@ RFC 1459              Internet Relay Chat Protocol              May 1993
                                    and #42 if the channels are visible to
                                    you.
 
                                    and #42 if the channels are visible to
                                    you.
 
-   NAMES                           ; list all visible channels and users
+   NAMES 0                         ; list all visible channels and users
+
+   NAMES                           ; does nothing because of the amount
+                                   of users that would do it by accident
 
 4.2.6 List message
 
 
 4.2.6 List message
 
@@ -1619,7 +1632,8 @@ LINKS *.au                      ; list all servers which have a name
    a new connection to another server immediately.  CONNECT is a
    privileged command and is to be available only to IRC Operators.  If
    a remote server is given then the CONNECT attempt is made by that
    a new connection to another server immediately.  CONNECT is a
    privileged command and is to be available only to IRC Operators.  If
    a remote server is given then the CONNECT attempt is made by that
-   server to <target server> and <port>.
+   server to <target server> and <port>.  A port of 0 means use the default
+   port number.  Most errors are reported in notice's.
 
    Numeric Replies:
 
 
    Numeric Replies:
 
@@ -1704,7 +1718,8 @@ RFC 1459              Internet Relay Chat Protocol              May 1993
    The admin message is used to find the name of the administrator of
    the given server, or current server if <server> parameter is omitted.
    Each server must have the ability to forward ADMIN messages to other
    The admin message is used to find the name of the administrator of
    the given server, or current server if <server> parameter is omitted.
    Each server must have the ability to forward ADMIN messages to other
-   servers.
+   servers.  The given server may be a nick, where the server that the
+   nick is on will be queried.
 
    Numeric Replies:
 
 
    Numeric Replies: