Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
548 stars 300 forks source link

Chat global message #197

Closed MilanRS closed 9 years ago

MilanRS commented 9 years ago

It would be nice to have global message which could be added by any admin. Every user would see this on login like: ChatBot: Hello, user. Please read rules before asking for something.

Admins could set this like: /addMessage Hello, user. Please read rules before asking for something.

gWorldz commented 9 years ago

Could try these Mods o.O

Chat Welcome Message Mod Channel Descriptions Mod

They might require minor edits as these were written for older versions of AJAX Chat.

Frug commented 9 years ago

Adding messages permanently with a command like /addMessage and /removeMessage is not on the drawing board. For welcome messages, the welcome message mod gworld linked should suffice. I use it on my own install.

A global yell command like /yell would be neat, but that's a different issue.