2020-08-27 13:09:35 +01:00
|
|
|
|
module.exports = function(s) {
|
2022-01-04 03:39:53 +00:00
|
|
|
|
switch (s) {
|
|
|
|
|
case "reconnect":
|
|
|
|
|
return "\u0005\u0000\u0000\u0004\u0000\u0000\u0000<30><30><EFBFBD><EFBFBD>\u0018\u0000\u0000\u0011\u0000\u0000\u0000\u000b\u000fReconnecting...";
|
2020-08-27 13:09:35 +01:00
|
|
|
|
|
2022-01-04 03:39:53 +00:00
|
|
|
|
default:
|
|
|
|
|
return Buffer.alloc(0);
|
|
|
|
|
}
|
2020-08-27 13:09:35 +01:00
|
|
|
|
}
|