site/wiki/irc.php

27 lines
1.8 KiB
PHP

<?php include 'header.php'; ?>
<h3>IRC</h3>
<p>IRC is Internel Relay Chat, you can chat with your friends using it</p>
<h4>~&gt; How to connect</h4>
<p>To connect to some irc server, you need to configure your client for it</p>
<p>We have several client already installed on hextilde</p>
<h5>weechat</h5>
<p>First you need to add server to your weechat, using command <code>/server add servername server.address/port</code> or if you want to connect to sslyou will need to change port and add <code>-ssl</code> in the end</p>
<p>Then connect using <code>/connect servername</code></p>
<p>Example:</p>
<p><code>/server add hextilde irc.hextilde.xyz/6697 -ssl</code></p>
<p><code>/connect hextilde</code></p>
<h5>irssi</h5>
<p>To connect to some server using irssi, you just need to run one command - <code>/connect server.address port</code> (if you want to connect using ssl you need to add <code>-tls</code> after <code>/connect</code> and change port</code></p>
<p>Example:</p>
<code>/connect -tls irc.hextilde.xyz 6697</code>
<h4>~&gt; Our channels</h4>
<p>We have channels on multiple networks:</p>
<ul id="channels" style="list-style: none">
<li>~&gt; <code>#hextilde</code> on our local IRC server (<code>irc.hextilde.xyz</code> (ports: 6697 - ssl and if you have an account, you can also connect to 6667 on localhost))</li>
<li>~&gt; <code>#hextilde</code> on <code>irc.tilde.chat</code> (ports: 6697 - ssl)</li>
<li>~&gt; <code>#hextilde</code> on <a href="https://friends.wer.ee"><code>friends.wer.ee</code></a> (check IRCFriends <a href="https://friends.wer.ee">webpage</a> for info how to connect)</li>
<li>~&gt; <code>#hextilde</code> on <code>irc.ircnow.org</code> (ports: 6667 - plain, 6697 - ssl)</li>
</ul>
<h4>~&gt; Also check <a href="https://tilde.wiki/wiki/IRC">page on ~wiki about IRC</a></h4>
<?php include 'footer.php'; ?>