|
|
| Author |
Message |
Crazy_Sam none

Joined: 16 Aug 2004 Posts: 1
|
Posted: Aug 16, 2004 1:27pm Post subject: Does anyone know the server name for #X |
|
|
Hello Everyone:
Does anyone know the server name for #X? And how to add it into Mirc? and how to load it up at startup of the program?
Any help would be great!
Sam |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1064
|
Posted: Aug 16, 2004 2:13pm Post subject: |
|
|
| the channel #x can appear on any server/network. There is a IRC Channel serach function towards the top of http://searchirc.com See mIRC's FAQ/help file on how to add servers to the servers list. |
|
| Back to top |
|
 |
W-Unit Newbie

Joined: 29 Jul 2004 Posts: 83
|
Posted: Sep 02, 2004 6:02pm Post subject: |
|
|
There are probably a hundred #X's across IRC. You should use the Search function on SearchIRC and see if any of them ring a bell for you.
as for the second part of your question, "Adding it" to mIRC is not really neccessary, simply type /join #X when you have connected to the server, or set the channel to autojoin, but if you insist, you can click the button at the top that is a folder with a # symbol on it. This will bring up the channel window. Click the "Add" button to add a channel to the list.
There's some easy way to do autojoining built in with the client, but I don't know it, so I'm going to show you a Remotes script that will do it for you:
| Code: | on me:CONNECT: {
if ( $server == Server_with_the_channel_on_it ) {
join #X
}
} |
|
|
| Back to top |
|
 |
aquanight Lurker

Joined: 14 Jun 2004 Posts: 118 Location: Boise, ID
|
Posted: Sep 02, 2004 7:56pm Post subject: |
|
|
| Or just use the perform section. Perform is per-network, rather than per-server, which is an important distinction. |
|
| Back to top |
|
 |
|