mirror of
https://github.com/evennia/evennia.git
synced 2026-04-18 06:09:06 +02:00
Merge pull request #3806 from gas-public-wooden-clean/exit-pager-session
Exit pager session
This commit is contained in:
commit
f18d5b6a82
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Evennia Documentation
|
# 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?
|
- [Introduction](./Evennia-Introduction.md) - what is this Evennia thing?
|
||||||
- [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia
|
- [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,7 @@ class CmdMoreExit(Command):
|
||||||
more.page_quit()
|
more.page_quit()
|
||||||
|
|
||||||
# re-fire the command (in new cmdset)
|
# 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):
|
class CmdSetMore(CmdSet):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue