|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.leafdigital.irc.api.CTCPCommandFilter
public class CTCPCommandFilter
Filters messages based on their source server and channel
Field Summary | |
---|---|
static FilterInfo |
info
Scripting filter information. |
Constructor Summary | |
---|---|
CTCPCommandFilter(java.lang.String command)
|
Method Summary | |
---|---|
boolean |
accept(Msg m)
Simple version of message filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static FilterInfo info
Constructor Detail |
---|
public CTCPCommandFilter(java.lang.String command)
command
- CTCP command (not case-sensitive)Method Detail |
---|
public boolean accept(Msg m)
MessageFilter
accept
in interface MessageFilter
m
- Message to consider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |