about summary refs log tree commit diff
path: root/IRCStates/Numeric.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-05-16 22:08:40 -0400
committerBen Harris <ben@tilde.team>2020-05-16 22:08:40 -0400
commita1e1922e62419de75d2909dfae1ee7caa9ed487f (patch)
tree9198d3edbe1363df38fc03e30e4d247be9dd8e60 /IRCStates/Numeric.cs
parenta03daca3d4f52af4fecbb263526a0d61d17776fd (diff)
Add xmldocs, and handle null bytes
Diffstat (limited to 'IRCStates/Numeric.cs')
-rw-r--r--IRCStates/Numeric.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/IRCStates/Numeric.cs b/IRCStates/Numeric.cs
index 1ccbd76..674e313 100644
--- a/IRCStates/Numeric.cs
+++ b/IRCStates/Numeric.cs
@@ -2,6 +2,9 @@
 
 namespace IRCStates
 {
+    /// <summary>
+    /// Known numeric response codes
+    /// </summary>
     public static class Numeric
     {
 #pragma warning disable CA1707 // Identifiers should not contain underscores