(portal = '')
| 987 | } |
| 988 | |
| 989 | function Close(portal = '') { |
| 990 | return Buffer.concat([ |
| 991 | b().C().str('P').str(portal + b.N).end(), |
| 992 | b().S().end() |
| 993 | ]) |
| 994 | } |
| 995 | |
| 996 | function StartupMessage() { |
| 997 | return cancelMessage || b().inc(4).i16(3).z(2).str( |