OciXCrom / ChatManager

Simple Chat Manager with Admin Prefixes and Color Chat.
7 stars 6 forks source link

Conflict with other chat plugins #12

Closed AliNemati13 closed 3 years ago

AliNemati13 commented 3 years ago

I'm using Simple Swear Filter [ Link ] To replaces the chat messages containing any swear word but i have a problem with ChatManager i receive double chat messages, filtered and not filtered

Screen

i changed SAY_METHOD to 1 for testing purpose but i receive double filtered chat messages

Screen 2

My idea is add swear filter list and whitelist option to ChatManager

OciXCrom commented 3 years ago

If that 2004 plugin is made properly, it will work with this one if you put it above crx_chatmanager in plugins.ini in conjuction with SAY_METHOD = 1.

If it doesn't, the problem is from the plugin, not mine. On my phone right now so I haven't seen its code.

AliNemati13 commented 3 years ago

I put it above crx_chatmanager and set SAY_METHOD to 1 but this happened when i'm alone in server it's seems okay

3

but when somebody joins in server this will happen, i receive double text chats

4 5

can you add swear filter option to your plugin ?

OciXCrom commented 3 years ago

I reviewed the code of the plugin you're using and it's terrible. It uses a very wrong way to censor messages. It doesn't even block the original message thus resulting in my plugin catching it as well.

Please switch to a better plugin that does the job properly. There's no point in me adding something like that to mine when many already exist and can work together.

AliNemati13 commented 3 years ago

Yeah, sure. What do you offer for a better plugin ?

OciXCrom commented 3 years ago

I haven't personally used such plugins so I can't really recommend any. Search around, I'm sure there are some good ones nowadays.