irclib.tools
- enum
ControlCodes
;
- Flags for specifying types of IRC control codes.
-
NONE
- No flags specified.
-
COLOR
-
BOLD
-
UNDERLINE
-
REVERSE
-
PLAIN
-
CTCP
-
ALL
- All of the above.
- char[]
strip
(char[] s, ControlCodes codes = cast(ControlCodes)63);
- Strip codes from the string. Strips all codes by default.
|