Add !error command which checks NtStatus, Winerror and hResult.
[reactos.git] / irc / TechBot / TechBot.Library / WinerrorCommand.cs
index ad01aca..9fd79c4 100644 (file)
@@ -67,7 +67,7 @@ namespace TechBot.Library
                        return "!winerror <value>";\r
                }\r
                \r
-               private string GetWinerrorDescription(long winerror)\r
+               public string GetWinerrorDescription(long winerror)\r
                {\r
                        XmlElement root = winerrorXmlDocument.DocumentElement;\r
                        XmlNode node = root.SelectSingleNode(String.Format("Winerror[@value='{0}']",\r