Ask a question.
What is mIRC?
Where do I put my scripts?
Why can't I see more then the status screen popup in the popup editor?
What are all the ON events?
Do I need to include /s in my scripts?
How do I make colored, bold, underline, or reverse color text?
What is mIRC?
mIRC is a chat client that allows you to connect to IRC networks. The thing that makes it so great is the ability to customize it with scripting. For more information go to mIRC.com.
Where do I put my scripts?
In the remote section. Click on the CE button, go in the tools menu, or type ALT + R.
Why can't I see more then the status screen popup in the popup editor?
You can. Go to view and choose the popup you want to edit.
What are all the ON events?
Tpye /HELP ON for a full list.
Do I need to include /s in my scripts?
No, mIRC assumes every script has a / in front. You can put it in or leave it out, it doesnt make any differance.
How do I make colored, bold, underline, or reverse color text?
To make text colored type CTRL + K and choose a number 1 - 15. For bold CTRL + B, for underline CTRL + U, for reverse text CTRL + R. To end the affects of a code, simply place another of the same type.