summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/f00f/net/irc/martyr/replies/GenericReply.java
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsUpdate/src/f00f/net/irc/martyr/replies/GenericReply.java')
-rw-r--r--EssentialsUpdate/src/f00f/net/irc/martyr/replies/GenericReply.java16
1 files changed, 0 insertions, 16 deletions
diff --git a/EssentialsUpdate/src/f00f/net/irc/martyr/replies/GenericReply.java b/EssentialsUpdate/src/f00f/net/irc/martyr/replies/GenericReply.java
deleted file mode 100644
index eabdf2658..000000000
--- a/EssentialsUpdate/src/f00f/net/irc/martyr/replies/GenericReply.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package f00f.net.irc.martyr.replies;
-
-import f00f.net.irc.martyr.commands.AbstractInCommand;
-
-/**
- * Defines what a reply is. A reply is really the same as an error,
- * it just doesn't signify an error.
- */
-public abstract class GenericReply extends AbstractInCommand
-{
-
-
-}
-
-
-