Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OOB stuff showing up as text in default webclient & third party client #986

Closed
FlutterSprite opened this issue May 31, 2016 · 0 comments
Closed
Labels
bug An actual error or unwanted behavior.

Comments

@FlutterSprite
Copy link
Contributor

FlutterSprite commented May 31, 2016

Brief summary of issue

I overloaded the 'look' command and the 'at_after_move' hook on players to add some OOB information to the message, so I could catch it in my custom webclient and move it to another window. The extra info showed up as expected in my webclient, allowing me to reroute it - but it also shows up in both the default webclient and a third-party client I tried (MUSHClient).

Steps to reproduce the issue

  1. Execute the code: self.msg(text=((self.at_look(self.location),), {"window":"room"}))

Error output

Output prefaced with:
((u"
And ends with:
",), {'window': 'room'})

Extra information, such as Evennia revision/repo/branch, operating system and ideas for how to solve / implement:

I pulled from the git repository after encountering the issue, and found that didn't fix it.

@Griatch Griatch added the bug An actual error or unwanted behavior. label May 31, 2016
@Griatch Griatch closed this as completed in dcbf2ed Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An actual error or unwanted behavior.
Projects
None yet
Development

No branches or pull requests

2 participants