I finally put together a Fybertech customized version of mIRC for those who are interested. You can get it
here.
If you already have a customized mirc you're comfortable with (hchat, snipe, whatevers) then there isn't much benefit in getting this one. This one does have some updated features though, but they may not necessarily warrant switching over.
Here's a GETTING STARTED guide:
First, unzip it somewhere, don't try to run it out of the zip file. And if you know what I'm talking about, make sure "Use Folder Names" is enabled in Winzip so that you extract the folders. If not, it's no big deal, you just miss out on a background image and a sound effect.
After unzipping it, run mIRC.exe, and it should pop up and connect automatically. You'll be a guest by default, but you can use "/nick YOURNAME", minus the quotes, and replacing YOURNAME with what you want your name to be. At this point you should be good to go for basic chattery.
If you want to set a color, first enable the function by typing "/enable #set-colors". Then bring up the color chart by pressing control-k. You'll want the number of a foreground and background color. Remember those, the backspace away any junk in the chat line and type "/setcolors". First it'll ask for the foreground color, then the background. Just put in the numbers you wanted for the colors, and you should be chattin' in style.
A new feature is having mIRC automatically identify you on the Fybertech server whenever Nickserv tells you to. This is useful if you change nicks and then change back, so that you don't have to do it manually. First enable the feature with "/enable #autoident", then use "/set %nickpass.NICKNAME PASSWORD", replacing NICKNAME and PASSWORD with your particular nick and pass. And that is a period between "nickpass" and "NICKNAME", not a space, so don't leave that out. You should be able to use this for multiple nicks too if you so happened to have more than one. But keep in mind, this script is untested on servers other than Fybertech, so it might not work there at all.
Another new little toy is the /up command. This uses the moo.dll to obtain info about your system, such as the processor speed, operating system type, and other interesting tidbits, and displays them in chat. The free disk space part of it doesn't seem to work properly for most folks, I dunno what's up with that. But I didn't make the DLL file, so who knows!
The auto-away system is off by default. Some people found it to be annoying, and I don't even use it anymore myself, but if anyone still wants to, use "/enable #autoaway", then "/set %ft-autoaway.active true". Next time you reconnect to chat, it should become active. This takes advantage of the SystemIdle.dll I included, which fetches the actual system idle time instead of mirc's idle time, but unfortunately doesn't seem to work properly in anything less than Windows 2000. You can also use "/set %ft-autoaway.time SECONDS", replacing SECONDS with the number of seconds before you become idle. The default is 900 (15 minutes).
Other commands are:
/notes - Opens up notes.txt in notepad. Handy for keeping track of bits of info you want to remember later.
/todo - Opens up todo.txt in notepad. Might not be as useful for you, but I use it all the time!
/dice - Rolls #d# style dice. For example, type /dice 1 20 to roll one twenty-sided piece of dice.
/whome - Performs a /whois on yourself.
/ovn - Does an op/voice notice. Only people with a @ or + can see what's said.
I guess one of these days I should make some of the scripts (like auto-away and setcolors) be a bit more intuitive with menus or dialog boxes, but until then, hopefully I explained everything well enough. And if you need help with anything, feel free to ask!