01-08-2012, 19:28
(01-08-2012, 19:11)Nukem Wrote: That is true but it still poses a problem.
Say someone is using your plugin and then another (ex. PM Manager)
Someone in the chat types:
Usually that would not be seen by anyone else, but since your plugin uses ChatType.ChatAll it will force that to be shown in the chat.Code:!pm lalal some message
I'd advise to use ChatType.ChatContinue
Done.