Changes

From Amahi Wiki
Jump to: navigation, search
1,551 bytes added ,  14:40, 5 January 2014
* Once the application is installed, you are automatically connected to the IRC for the server '''irc.freenode.net'''. This setting can be turned off via the web interface if you do not want to autoconnect when ZNC is started.
* ZNC appears in the '''Servers''' tab so you can stop, start, and restart as needed.
 
== IRC Client Setup ==
=== mIRC ===
*When using the mIRC client you will need to connect to ZNC using the following command:
<!--<nowiki>/server -m <yourHdaIp> -p 26244 -g gZNC -w <username>:<password> -d ZNC</nowiki>-->
/server -m <yourHdaIp> -p 26244 -g gZNC -w <username>:<password> -d ZNC
 
<table cellspacing="0" border="1">
<tr>
<th>Option</th>
<th>Description</th>
</tr>
<tr>
<td><yourHdaIp></td>
<td>The ip address of the HDA where you installed ZNC</td>
</tr>
<tr>
<td><username></td>
<td>Username that's configured to connect to a channel</td>
</tr>
<tr>
<td><password></td>
<td>Password for the username that's configured to connect to a channel</td>
</tr>
</table><br />
 
* When using mIRC in Windows, go to the options page. Select '''Server''' and choose '''Add'''. The following window will open:<br>
[[file:mirc-settings-znc.jpg]]<br />
 
 
<table cellspacing="0" border="1">
<tr>
<th>Option</th>
<th>Value</th>
</tr>
<tr>
<td>'''Description'''</td>
<td>ZNC</td>
</tr>
<tr>
<td>'''IRC Server'''</td>
<td>HDA IP</td>
</tr>
<tr>
<td>'''Port'''</td>
<td>26244</td>
</tr>
<tr>
<td>'''Group'''</td>
<td>ZNC</td>
</tr>
<tr>
<td>'''Password'''</td>
<td>ZNC <username>:<password></td>
</tr>
</table><br />
 
=== Chatzilla (FireFox Add-on) ===
After installation of Chatzilla Add-on you can enter the following in your browsers address bar:
irc://<YouHdaIp>:26244/<channel>/?pass=<ZncUser>:<ZncUserPass>
or
irc://<YourHdaIp>:26244/,needpass?pass=<ZncUser>:<ZncUserPass>
or SSL
ircs://<YourHdaIp>:26244/,needpass?pass=<ZncUser>:<ZncUserPass>
== SSL Configuration ==
12,424

edits