The regular expression this IRCEventHandler.Regex embodies, in string form.
Upon setting this a regex engine is also created. Because of this extra step we cannot rely on UnderscoreOpDispatcher to redirect calls.
New regular expression string.
A this reference to the current struct instance.
Regex() .expression(r"(?:^|\s)MonkaS(?:$|\s)") .description("Detects MonkaS.")
See Implementation
The regular expression this IRCEventHandler.Regex embodies, in string form.
Upon setting this a regex engine is also created. Because of this extra step we cannot rely on UnderscoreOpDispatcher to redirect calls.