Calling hook OnUserChat resulted in a conflictNot An Issue

Calling hook OnUserChat resulted in a conflict between the following plugins: BetterChat - True (Boolean), TactiPlugin ( yay... plugin conflict (String))



Ohhh, no... So I do understand the problem here but, are there anyway to tell plugin 1 that it shall shutup and let plugin 2 deside? I'm sure that whold breake BetterChat but well...?

I'd suggest returning true to stop a hook such as OnUserChat, not a string; this is the public standard. If you aren't stopping the hook, return null or set it as a void instead of an object for the hook.
Nvm BetterChat has its own hook: OnBetterChat

Merged post

The intenstion was to chance what the user was sending. But luckaly OnBetterChat has its own hook witch allowes that.
Locked automatically