about summary refs log tree commit diff
path: root/IrcStates/Numeric.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-05-05 21:21:59 -0400
committerBen Harris <ben@tilde.team>2020-05-05 21:21:59 -0400
commit2c4e412c189ef54c181ffad96667232eaf80fcef (patch)
tree76e0f7f6c8803c5e82612c24487dfd932391bce3 /IrcStates/Numeric.cs
parent53da4d4c2a31d939c9ca92345ea935b7502b4e48 (diff)
Add more tests, ran resharper formatting tool
Diffstat (limited to 'IrcStates/Numeric.cs')
-rw-r--r--IrcStates/Numeric.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/IrcStates/Numeric.cs b/IrcStates/Numeric.cs
index 3cd63b3..8639c12 100644
--- a/IrcStates/Numeric.cs
+++ b/IrcStates/Numeric.cs
@@ -28,6 +28,8 @@ namespace IrcStates
         public const string RPL_QUIETLIST = "728";
         public const string RPL_ENDOFQUIETLIST = "729";
 
+        public const string RPL_LOGGEDIN = "900";
+        public const string RPL_LOGGEDOUT = "901";
         public const string RPL_SASLSUCCESS = "903";
         public const string ERR_SASLFAIL = "904";
         public const string ERR_SASLTOOLONG = "905";