- remove now unneeded files
[reactos.git] / irc / TechBot / TechBot.Library / Commands / WineBugUrl.cs
diff --git a/irc/TechBot/TechBot.Library/Commands/WineBugUrl.cs b/irc/TechBot/TechBot.Library/Commands/WineBugUrl.cs
deleted file mode 100644 (file)
index ace4f00..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace TechBot.Library
-{
-    [Command("winebug", Help = "!winebug <number>")]
-    class WineBugUrl : BugCommand
-    {
-        public WineBugUrl()
-        {
-        }
-
-        protected override string BugUrl
-        {
-            get { return "http://bugs.winehq.org/show_bug.cgi?id={0}"; }
-        }
-    }
-}