mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 11:26:10 +00:00
Merge pull request #3806 from gas-public-wooden-clean/exit-pager-session
Exit pager session
This commit is contained in:
commit
f18d5b6a82
@ -1,6 +1,6 @@
|
||||
# Evennia Documentation
|
||||
|
||||
This is the manual of [Evennia](https://www.evennia.com), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles. This manual was last updated outubro 26, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 5.0.1.
|
||||
This is the manual of [Evennia](https://www.evennia.com), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles. This manual was last updated October 26, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 5.0.1.
|
||||
|
||||
- [Introduction](./Evennia-Introduction.md) - what is this Evennia thing?
|
||||
- [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia
|
||||
|
||||
@ -121,7 +121,7 @@ class CmdMoreExit(Command):
|
||||
more.page_quit()
|
||||
|
||||
# re-fire the command (in new cmdset)
|
||||
self.caller.execute_cmd(self.raw_string)
|
||||
self.caller.execute_cmd(self.raw_string, session=self.session)
|
||||
|
||||
|
||||
class CmdSetMore(CmdSet):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user