mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Changed so the dynamic channel command must be followed by a space and then text when sending to a channel. This avoid overriding conflicts with other commands starting with common channel-names (like pub). Resolves #608.
This commit is contained in:
parent
4e0bbf4827
commit
edc25824f7
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ class ChannelHandler(object):
|
|||
locks="cmd:all();%s" % channel.locks,
|
||||
help_category="Channel names",
|
||||
obj=channel,
|
||||
arg_regex=r"\s.*?",
|
||||
is_channel=True)
|
||||
self.cached_channel_cmds.append(cmd)
|
||||
self.cached_cmdsets = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue