I can't remember the name of the script, but nearly all networks now run a javascript webchat for IRC of some sort, moderation of channels is the usual command line means of doing it as you would in an irc client.
I use Blab! chat on my website. Awesome chat script. Even the free version is quality.
http://hot-things.net
Okay I now have 'Blab' installed. Does anyone know how I can edit the chat so that when a new user logs in, the chat is clear, and if I can display a system welcome message?
Only thing is, I haven't a clue how to add it inProbably will be in the config, read the readme that come with it maybe?
Only thing is, I haven't a clue how to add it in
$latest_mssg=20; // Messages to display when users enter the chat, recommended value: 0-50.
$topic='/topic';
I will see how I get onOK I have never installed this chat script, however I can see;
"install\config.dist"
There is a line;
What you need to do is edit that to 0, save and that should work!
Also;
^^ This will display a welcome message.
$topic='/topic'; // Topic. If found, the posted text appears with larger letters and clears the screen.