Inquisitor Sasha wrote:
Mibbit allows you to use a web interface? This would be very useful, especially for users who are not familiar with IRC. How flexible is it? I don't know if this is possible with IRC, but can you use your domain name with it?
Mibbit is sort of two things; an IRC network, and an IRC client.
The network is just a regular network, although it's intended for use with Mibbit (the client).
Mibbit (the client) has two modes. Regular mode, and widget mode. In regular mode, you can use it as a full blown IRC client. It can do most of the stuff most people care about in an IRC client, with the possible exception of XDCC transfers. In this mode, the end-user goes to mibbit.com and logs in with their account, which stores all their settings (what networks/channels to connect to, how to auth/ident/login/etc., themes, settings, etc)
Widget mode is designed to be embedded in your website. You configure it, theme it to fit your website's design, and stick it on your site (it's in an iframe, I think?). You set it to auto-connect to whatever server/channel you want (doesn't have to be the Mibbit IRC server), and all users have to enter is a username (it defaults to some auto-generated guest name).
Mibbit is probably the best web-based (fully server-side) IRC client available; it's certainly much better than CGI:IRC or qwebirc, and I'm not aware of any other true web-based IRC clients than those. There may be some java-based clients out there that technical run in a web browser, but they're connecting to IRC networks from the user's machine, which doesn't work if the user is behind a firewall or proxy; Mibbit (and CGI:IRC and qwebirc) run entirely on the webserver, and the user interface is entirely HTML/JavaScript/AJAX/etc.