getting this error not sure if there is a fix
Calling hook CanBeTargeted resulted in a conflict between the following plugins: Vanish - True (Boolean), DontTargetMe (False (Boolean))
Calling hook CanBeTargeted resulted in a conflict
Vanish should be returning null, not true to avoid this conflict warning. True is the default, so it is unnecessary to allow it when it is already allowed.
so is thaat a script error or something myside i need to adjust ?
It'd be something best left to the current maintainer. The way the plugin is written, it is sharing a method that only returns true/false, which is what is causing this warning.
ok thanks for the reply :)