Skip to content

Commit 8047a87

Browse files
committed
irc changes
1 parent a0b6887 commit 8047a87

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

features/irc/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ function reset() {
4444
}
4545
};
4646

47-
ws.onError = () => {
48-
if (enabled) Async.schedule(reset, 10000);
49-
}
50-
5147
ws.onMessage = message => {
5248
Client.getMinecraft().field_71439_g.func_145747_a(new ChatComponentText("§8[§bIRC§8] §f" + message));
5349
};

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "soshimeeaddons",
33
"description": "F7 on top",
44
"creator": "soshimee",
5-
"version": "2.8.1",
5+
"version": "2.8.2",
66
"entry": "index.js",
77
"requires": ["PromiseV2", "BloomCore", "fparser", "requestV2", "Vigilance", "PogData", "RenderLib", "WebSocket", "Async"]
88
}

0 commit comments

Comments
 (0)