Skip to content

Commit ee801cd

Browse files
committed
Removed unused prototype
This was known to cause conflicts with other scripts.
1 parent c4e83d0 commit ee801cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

basicBot.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
var botCreatorIDs = ["3851534", "4105209"];
236236

237237
var basicBot = {
238-
version: "2.9.2",
238+
version: "2.9.3",
239239
status: false,
240240
name: "basicBot",
241241
loggedInID: null,
@@ -1340,9 +1340,6 @@
13401340
API.off(API.HISTORY_UPDATE, this.proxy.eventHistoryupdate);
13411341
},
13421342
startup: function () {
1343-
Function.prototype.toString = function () {
1344-
return 'Function.'
1345-
};
13461343
var u = API.getUser();
13471344
if (basicBot.userUtilities.getPermission(u) < 2) return API.chatLog(basicBot.chat.greyuser);
13481345
if (basicBot.userUtilities.getPermission(u) === 2) API.chatLog(basicBot.chat.bouncer);

0 commit comments

Comments
 (0)