mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Added new IRC protocol implementation. Not tested yet.
This commit is contained in:
parent
2ae5d56928
commit
2108506a8a
7 changed files with 362 additions and 217 deletions
|
|
@ -264,8 +264,9 @@ class Object(TypeClass):
|
|||
def execute_cmd(self, raw_string, sessid=None):
|
||||
"""
|
||||
Do something as this object. This command transparently
|
||||
lets its typeclass execute the command. Evennia also calls
|
||||
this method whenever the player sends a command on the command line.
|
||||
lets its typeclass execute the command. This method is
|
||||
never called normally, it is only called explicitly in
|
||||
code.
|
||||
|
||||
Argument:
|
||||
raw_string (string) - raw command input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue