abstract class IRCFilter extends Object
Constructor and Description |
---|
IRCFilter() |
Modifier and Type | Method and Description |
---|---|
static String |
inboundFilter(String s,
StringBuffer expectedPong,
DCCHelper helper)
Modify or filter a single inbound line.
|
static String |
outboundFilter(String s,
StringBuffer expectedPong,
DCCHelper helper)
Modify or filter a single outbound line.
|
public static String inboundFilter(String s, StringBuffer expectedPong, DCCHelper helper)
helper
- may be nullpublic static String outboundFilter(String s, StringBuffer expectedPong, DCCHelper helper)
helper
- may be null