public interface IRCConstants
IRCEventListener.onError(int, String),
IRCEventListener.onReply(int, String, String)| Modifier and Type | Field and Description |
|---|---|
static char |
BOLD_INDICATOR
This is part of the mIRC code and shows that bold starts / ends.
|
static char |
COLOR_END_INDICATOR
This is part of the mIRC code and shows that bold, underline and colors
end.
|
static char |
COLOR_INDICATOR
This is part of the mIRC code and shows that a color-code starts / ends.
|
static char |
COLOR_REVERSE_INDICATOR
This is part of the mIRC code and indicates that the client's colors are
reversed (background -> foreground and foreground -> background).
|
static char |
UNDERLINE_INDICATOR
This is part of the mIRC code and shows that bold starts / ends.
|
static final char COLOR_INDICATOR
static final char BOLD_INDICATOR
static final char UNDERLINE_INDICATOR
static final char COLOR_END_INDICATOR
static final char COLOR_REVERSE_INDICATOR
Copyright © 2006–2015. All rights reserved.