- commit
- 90d07b628df72bcc607842c54be4513d49cc4315
- parent
- def6f9dc207311e93ef924e3c19ea0e98deb8737
- Author
- radow <masteroftheriddles@googlemail.com>
- Date
- 2014-10-05 17:20
add logout action
Diffstat
| M | laneya/actions.py | 4 | ++++ |
1 files changed, 4 insertions, 0 deletions
diff --git a/laneya/actions.py b/laneya/actions.py
@@ -36,3 +36,7 @@ def position(x=None, y=None, entity=None): 36 36 """Set an entities position.""" 37 37 assert isinstance(x, int) 38 38 assert isinstance(y, int) -1 39 -1 40 -1 41 def logout(): -1 42 """Delete the requesting user."""