Added msg_type to rpsystem.send_emote()
This commit is contained in:
parent
641811ec1c
commit
22353b2e92
1 changed files with 21 additions and 20 deletions
|
|
@ -213,6 +213,7 @@ _RE_REF_LANG = re.compile(r"\{+\##([0-9]+)\}+")
|
||||||
# this regex returns in groups (langname, say), where langname can be empty.
|
# this regex returns in groups (langname, say), where langname can be empty.
|
||||||
_RE_LANGUAGE = re.compile(r"(?:\((\w+)\))*(\".+?\")")
|
_RE_LANGUAGE = re.compile(r"(?:\((\w+)\))*(\".+?\")")
|
||||||
|
|
||||||
|
|
||||||
# the emote parser works in two steps:
|
# the emote parser works in two steps:
|
||||||
# 1) convert the incoming emote into an intermediary
|
# 1) convert the incoming emote into an intermediary
|
||||||
# form with all object references mapped to ids.
|
# form with all object references mapped to ids.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue