Main Manu

About Me

Home

Download Script

Script Features

Our Irc Channel

Irc Commands

Chat Abbrevations

My Trivia Bot

DALnet Servers

Tips And Tricks

Cool Links

 
 

mIRC Tips & Tricks !!

 

 

mIRC v6.0 - Help you can use !

Connect to a second network, while remaining connected to the first
/server -m irc.dal.net
You want mIRC to connect to 2 Different Servers :
Put this into your remotes (Alt + r)

on *:start: server irc.server1.name | server -m irc.server2.name

You want mIRC to join multiple channels, depending on network:

on 1:connect: {
if ($network == Efnet) { join #Channel,#channel2,#channel3 }
if ($network == Efnet) { /nick MyNick }
if ($network == Dalnet) join #Channel4
if ($network == Undernet) /msg Nick Message
}

OR

you can add something similar to your perform section:

File - Options - IRC - Perform
/if ($network == IRCnet) { /join #Windows }
/if ($network == Undernet) { /nick MyNick }
/if ($network == DALnet) { /join #hideout }
/if ($network == EFnet) { /join #Chat }

Globally send an /amsg

/scid -a /amsg Your text here

 

Other Tips And Tricks !!

 

 

How does mIRC get the $network info it displays on the swithbar button?

mIRC first looks to the server for a message to be sent (Raw) if nothing comes comes,
it looks in your own server settings (file - options- connect) and checks the name of the server
you are connecting to, to see what information you have filled in under the "Group" section.
If no information is filled in, mIRC uses the server name itself.
Tips, Tricks and FYI

2nd Input Box
(Alt + - ) choose Edit Box - you can now specify specific input commands for this new, second input box. Some suggestions are /onotice or /msg NickName Alt + Q adds the edit box to any channel. Single line edit box :Shift & Tab cycles between channel & custom input boxes. Multi line edit box: Tab

Test it out - Alt + Q - Box Appears - Right click in box- choose options
Command editbox opens
Under Command type: /me

Ok out of menu - Type in that new edit box on right: says Hi !

 
 
Contact: Yousuf_mm@hotmail.com
Best view in 800x600. and IE 5.5+ or higher
Designed and coded this all by Yousuf Moiz Kanchwala
Copyright ©
2003-2004