This commit is contained in:
HueByte
2026-07-16 03:54:30 +00:00
parent 35bf05433e
commit 9944e86ee3
71 changed files with 14161 additions and 884 deletions
@@ -183,6 +183,36 @@ Class IrcNumericReply <a class="header-action link-secondary" title="View sourc
<h3 id="EchoHub_Server_Irc_IrcNumericReply_ERR_BADCHANNELKEY" data-uid="EchoHub.Server.Irc.IrcNumericReply.ERR_BADCHANNELKEY">
ERR_BADCHANNELKEY
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server.Irc/IrcNumericReply.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string ERR_BADCHANNELKEY = &quot;475&quot;</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Server_Irc_IrcNumericReply_ERR_CANNOTSENDTOCHAN" data-uid="EchoHub.Server.Irc.IrcNumericReply.ERR_CANNOTSENDTOCHAN">
ERR_CANNOTSENDTOCHAN
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server.Irc/IrcNumericReply.cs"><i class="bi bi-code-slash"></i></a>
@@ -273,6 +303,36 @@ Class IrcNumericReply <a class="header-action link-secondary" title="View sourc
<h3 id="EchoHub_Server_Irc_IrcNumericReply_ERR_KEYSET" data-uid="EchoHub.Server.Irc.IrcNumericReply.ERR_KEYSET">
ERR_KEYSET
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server.Irc/IrcNumericReply.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string ERR_KEYSET = &quot;467&quot;</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Server_Irc_IrcNumericReply_ERR_NEEDMOREPARAMS" data-uid="EchoHub.Server.Irc.IrcNumericReply.ERR_NEEDMOREPARAMS">
ERR_NEEDMOREPARAMS
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server.Irc/IrcNumericReply.cs"><i class="bi bi-code-slash"></i></a>
@@ -603,6 +663,36 @@ Class IrcNumericReply <a class="header-action link-secondary" title="View sourc
<h3 id="EchoHub_Server_Irc_IrcNumericReply_ERR_UNKNOWNMODE" data-uid="EchoHub.Server.Irc.IrcNumericReply.ERR_UNKNOWNMODE">
ERR_UNKNOWNMODE
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server.Irc/IrcNumericReply.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string ERR_UNKNOWNMODE = &quot;472&quot;</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Server_Irc_IrcNumericReply_RPL_AWAY" data-uid="EchoHub.Server.Irc.IrcNumericReply.RPL_AWAY">
RPL_AWAY
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server.Irc/IrcNumericReply.cs"><i class="bi bi-code-slash"></i></a>
@@ -693,6 +783,36 @@ Class IrcNumericReply <a class="header-action link-secondary" title="View sourc
<h3 id="EchoHub_Server_Irc_IrcNumericReply_RPL_ENDOFBANLIST" data-uid="EchoHub.Server.Irc.IrcNumericReply.RPL_ENDOFBANLIST">
RPL_ENDOFBANLIST
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server.Irc/IrcNumericReply.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string RPL_ENDOFBANLIST = &quot;368&quot;</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<h3 id="EchoHub_Server_Irc_IrcNumericReply_RPL_ENDOFMOTD" data-uid="EchoHub.Server.Irc.IrcNumericReply.RPL_ENDOFMOTD">
RPL_ENDOFMOTD
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server.Irc/IrcNumericReply.cs"><i class="bi bi-code-slash"></i></a>