mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
TYPO IN SOURCE COMMENTS: # server creating new connectionG
# server creating new connectiong to # server creating new connections
This commit is contained in:
parent
f1b38bf9a4
commit
e2bc05585f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ SDISCONN = chr(5) # server session disconnect
|
|||
SDISCONNALL = chr(6) # server session disconnect all
|
||||
SSHUTD = chr(7) # server shutdown
|
||||
SSYNC = chr(8) # server session sync
|
||||
SCONN = chr(9) # server creating new connectiong (for irc/imc2 bots etc)
|
||||
SCONN = chr(9) # server creating new connection (for irc/imc2 bots etc)
|
||||
PCONNSYNC = chr(10) # portal post-syncing a session
|
||||
|
||||
MAXLEN = 65535 # max allowed data length in AMP protocol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue