| CONTENTS |
ASSOCIATES |
|||||
| Articles Reviews Rants Generic Contact Old News Privacy Policy |
MODDING MIRC - A BEGINNER'S GUIDE <Author = Blacklaw> <Category = Software Modification (Aesthetic)> So, you've spent some time using chatrooms,
huh? Doubtless you'll have heard of IRC then - Internet Relay Chat.
And of all the software used to access this particular chat system, mIRC
and it's clones (such as 54Script) are the most popular.
*WARNING* These system statistics
can often take up multiple lines (more than 5 in many cases).
As a result, they can get *very* irritating in a busy channel. Check
the rules for flooding on your server, and make sure that the moderators and
other users actually *want* to see the information you're posting. In
a channel where people are discussing overclocks and you want to demonstrate
how fast you got your processor, these scripts are useful. In a chat
channel, they're just another form of spam, and will either get you flamed
or kicked. Or both. Use wisely...
*WARNING* The first thing you are going to need
is a copy of MOO.DLL. MOO is a dynamic link library that interfaces
with various parts of your computer. To find the latest version, a
quick search on Google or similar will
yield several results. Or alternatively, ask another user to DCC their
copy to you.
/LOAD -RS MOO.DLL This will load the two files into mIRC. Go into the Tools -> Remote menu, and you'll see that you can edit the MOODLL.MRC file (see screenshot). If you go into a channel now and type: /STAT You should get basic system statistics. Now for the fun part - customisation! Experiment with the code as much as you want - it's a fairly simple language, and you can add things to your hearts content. A few useful tips: '$+' will remove spaces (without the quotes, obviously!)Here's an example of a customised stat screen that I created. It prints information about the drives connected to the network, and performs a calculation on them to give total free space. Feel free to copy this into your own MRC files! --- BEGIN CODE FRAGMENT --- alias netdrive { say 3 Space Free10 %disk1
--- END CODE FRAGMENT --- If you put this in your MOODLL.MRC and
type /NETDRIVE, you'll get this (remember to change the drive names according
to your own mapped network shares!): -Blacklaw |
|||||
| Page Contents ©
2002 Blacklaw. No Nickage Allowed. |