Difference between revisions of "IRC mIRC"

From TheReincarnation
Jump to: navigation, search
m (Connect Aliases)
 
(9 intermediate revisions by 4 users not shown)
Line 8: Line 8:
 
Click the "add" button and fill in the fields according to the image below.
 
Click the "add" button and fill in the fields according to the image below.
  
[[image:add_server_mirc.jpg]]
+
:: [[image:Addserver.png]]
  
=== mIRC Auto Perform ===
+
== mIRC Auto Perform ==
 
+
To automatically perform a series of commands, each time you connect to TheReincarnation IRC server, mIRC offers the Auto Perform option.
Press alt+o to get to mIRC Options, then select Options in the tree menu on the left.
+
* Press alt+o to get to mIRC Options,
<br>
+
* Select Options in the tree menu on the left.
Now press "Perform" button and click "Add" button. Find "TheReincarnation" in the list and click "Ok"
+
* Now press "Perform" button  
<br>
+
* Click "Add" button.  
Just as the image below:<br>
+
* Find "TheReincarnation" in the list and click "Ok".
[[image:add_network_mirc.jpg]]
+
* Type the commands that you want to be performed.
<br><br>
 
Ok, now you can write the commands that you want to be used when you connect to TheReincarnation.
 
<br>
 
Please note that you have to change "password" to match your own password.  
 
 
<br>
 
<br>
Example:
+
:: [[image:add_network_mirc.jpg]] [[image:add_perform_mirc.jpg]]
 
<br>
 
<br>
[[image:add_perform_mirc.jpg]]
+
The two lines in the example -- if you change "password" to match your own password! -- will:  
<br><br>
+
* Identify your registered nickname  
With these settings you will identify you registered nickname and join #reincarnation when you connect to TheReincarnation IRC Server.
+
* Join the channel <nowiki>#reincarnation</nowiki>  
<br><br>
+
** /ns is an alias for /msg NickServer; /j is an alias for /join.
Enjoy!
 
  
 
=== Connect Aliases ===
 
=== Connect Aliases ===
Line 35: Line 30:
  
 
* Go to: Tools> Script Editor> Click the "Aliases" tab.
 
* Go to: Tools> Script Editor> Click the "Aliases" tab.
* On a new line add: /trserv { /server -m www.the-reincarnation.com:6697 -j #reincarnation }
+
* On a new line add: /trserv { /server -m irc.the-reincarnation.org:6667 -j #reincarnation }
* On a new line add: /gserv { /server -m irc.galaxynet.org -j #reincarnation }
+
* For galaxynet add: /gserv { /server -m irc.galaxynet.org -j #reincarnation }
 
* Save the file.
 
* Save the file.
  
 
Now to open a new connection to the TR server you need only type /trserv <br />
 
Now to open a new connection to the TR server you need only type /trserv <br />
 
To open a new connection to galaxynet type /gserv
 
To open a new connection to galaxynet type /gserv
 +
<br>
 +
<br>
 +
[[Guides|Back to Guides]]
 +
[[Category:guides]]

Latest revision as of 03:19, 3 March 2012

HowTo mIRC & The Reincarnation

Add TR IRC Server

If you would like to create an entry in mIRC server list you can do this by pressing alt+o.
This will bring up the server window in mIRC. Click the "add" button and fill in the fields according to the image below.

Addserver.png

mIRC Auto Perform

To automatically perform a series of commands, each time you connect to TheReincarnation IRC server, mIRC offers the Auto Perform option.

  • Press alt+o to get to mIRC Options,
  • Select Options in the tree menu on the left.
  • Now press "Perform" button
  • Click "Add" button.
  • Find "TheReincarnation" in the list and click "Ok".
  • Type the commands that you want to be performed.


Add network mirc.jpg Add perform mirc.jpg


The two lines in the example -- if you change "password" to match your own password! -- will:

  • Identify your registered nickname
  • Join the channel #reincarnation
    • /ns is an alias for /msg NickServer; /j is an alias for /join.

Connect Aliases

To make things easier, you could create your own aliases to connect you to servers you use regularly.

  • Go to: Tools> Script Editor> Click the "Aliases" tab.
  • On a new line add: /trserv { /server -m irc.the-reincarnation.org:6667 -j #reincarnation }
  • For galaxynet add: /gserv { /server -m irc.galaxynet.org -j #reincarnation }
  • Save the file.

Now to open a new connection to the TR server you need only type /trserv
To open a new connection to galaxynet type /gserv

Back to Guides