Difference between revisions of "Raw 402"
From Scriptwiki
(added internal links) |
m (different text is used when the target server is lost while command is in transit) |
||
Line 7: | Line 7: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Info:</td><td> This is returned when a server does not exist</td> | + | <td>Format:</td><td><source> 402 <target> * :Server disconnected</td> |
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Info:</td><td> This is returned when a server does not exist, or is lost while the command is in transit</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Example:</td><td> irc.quakenet.org 402 [[Dana]] hub1.quakenet.org :No such server</td> | <td>Example:</td><td> irc.quakenet.org 402 [[Dana]] hub1.quakenet.org :No such server</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Example:</td><td> irc.quakenet.org 402 [[Dana]] * :Server disconnected</td> | ||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 13:45, 6 March 2011
Name: | ERR_NOSUCHSERVER |
Format: | <source> 402 <target> <server> :No such server |
Format: | <source> 402 <target> * :Server disconnected |
Info: | This is returned when a server does not exist, or is lost while the command is in transit |
Example: | irc.quakenet.org 402 Dana hub1.quakenet.org :No such server |
Example: | irc.quakenet.org 402 Dana * :Server disconnected |