Raamyy / Haxball-Room-Search

A Google Chrome Extension that adds the functionality of searching through the room list in Haxball game
https://chrome.google.com/webstore/detail/haxball-room-search/dcmlehbkbddnepmdlajdboikmbjadfpi
1 stars 2 forks source link

Help Raamyy #4

Closed SaNaTKaR04 closed 4 years ago

SaNaTKaR04 commented 4 years ago

@Raamyy function filter(message){ message = message.toLowerCase(); message = message.replace(/\s/g, ''); message = message.replace(/./g,' ') if(message.includes("oç") ){ return true; }else {return false; } } How do I set this command so as not to ban the admin??