summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/f00f/net/irc/martyr/replies/GenericReply.java
blob: eabdf265827d13458538c43e114a5b55e6a88153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
{


}