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