Changes

From Amahi Wiki
Jump to: navigation, search
1,551 bytes removed ,  14:40, 5 January 2014
<pre>40 0 * * 5 /var/hda/web-apps/znc/html/znc-backup.sh >/dev/null 2>&1</pre>
<blockquote><b>NOTE:</b> This will run on Fri at 00:40 AM, but you can change to meet your needs.</blockquote>
 
== 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>
== Client Commands ==
12,424

edits