PDA

View Full Version : how to use irc channels.



ibnahmed
05-25-2007, 05:37 PM
i mean how to get the irc channel server, enter the details in the client.
i have mirc installed.
what is next?

redMonster
05-25-2007, 05:41 PM
For entering server : "/server <server name>"
For joining a channel : "/join #channel-name"
For setting nick : "/nick <desired nick>
For registering nick : "/msg nickserv register <password> <your email>"
For identifying yourself : "/msg nickserv identify <password>"
For leaving a channel : "/leave"
For reconnecting : "/reconnect"
For disconnecting : "/disconnect"

Sometimes some shortcut commands also work for identifying yourself, like:

/ns id <password>
or
/ns identify <password>

ibnahmed
05-25-2007, 06:28 PM
thanks a lot.