Ok so my check system uses mysql/php.... duh! But for some reason I can't keep the guild messages private. And it broadcast it like a normal message just in style. I believe it's the mysql_query and now I am brining it to you guys for help =)
So is there something I am doing wrong because my private messages are not broadcasting...
mysql_query("select * from chat where owner='0' || owner='$User[ID]' || guild='$User[Guild]' order by id desc limit 20") or die("Could not get user stats");