DWIRC:IRC Client Setup: Difference between revisions

From DWWiki
Jump to navigation Jump to search
m Protected "DWIRC:IRC Client Setup" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
No edit summary
ย 
Line 5: Line 5:
You can connect using desktop, mobile, or web-based applications.
You can connect using desktop, mobile, or web-based applications.


== ๐ŸชŸ Windows (HexChat or mIRC) ==


== ๐ŸชŸ Windows (HexChat or mIRC) ==
* '''[https://hexchat.github.io/ HexChat]'''
* '''HexChat'''
ย ย  1. Open HexChat โ†’ Networks โ†’ Add new network: <code>DarkWorld</code>
ย ย  1. Open HexChat โ†’ Networks โ†’ Add new network: <code>DarkWorld</code>
ย ย  2. Server: <code>irc.darkworld.network/6697</code>
ย ย  2. Server: <code>irc.darkworld.network/6697</code>
ย ย  3. Enable โ€œUse SSLโ€ ย 
ย ย  3. Enable "Use SSL" ย 
ย ย  4. Auto-join channels: <code>#DarkWorld</code>, <code>#Help</code> ย 
ย ย  4. Auto-join channels: <code>#DarkWorld</code>, <code>#Help</code> ย 
ย ย  5. Save and connect.
ย ย  5. Save and connect.


* '''mIRC'''
* '''[https://www.mirc.com/ mIRC]'''
ย ย  1. Options โ†’ Servers โ†’ Add new entryย  ย 
ย ย  1. Options โ†’ Servers โ†’ Add new entryย  ย 
ย ย  2. Server: <code>irc.darkworld.network</code> | Port: 6697
ย ย  2. Server: <code>irc.darkworld.network</code> | Port: 6697
ย ย  3. Check โ€œSSLโ€ โ†’ OK โ†’ Connect
ย ย  3. Check "SSL" โ†’ OK โ†’ Connect
ย 


== ๐Ÿง Linux (Irssi / Weechat) ==
== ๐Ÿง Linux (Irssi / Weechat) ==
* '''Irssi'''
# <code>/server add -auto -ssl irc.darkworld.network 6697</code>
# <code>/connect irc.darkworld.network</code>


* '''Weechat'''
* '''[https://irssi.org/ Irssi]'''
# <code>/server add DarkWorld irc.darkworld.network/6697 -ssl</code>
ย  <pre>/server add -auto -ssl irc.darkworld.network 6697
# <code>/connect DarkWorld</code>
/connect irc.darkworld.network</pre>


* '''[https://weechat.org/ Weechat]'''
ย  <pre>/server add DarkWorld irc.darkworld.network/6697 -ssl
/connect DarkWorld</pre>


== ๐ŸŽ macOS ==
== ๐ŸŽ macOS ==


* '''Textual''' is a popular IRC client for macOS that supports SSL, authentication, and multiple networks. Follow the steps below to connect to <code>irc.darkworld.network</code> securely.
* '''[https://www.codeux.com/textual/ Textual]''' is a popular IRC client for macOS that supports SSL, authentication, and multiple networks. Follow the steps below to connect to <code>irc.darkworld.network</code> securely.


# Open Textual.
# Open Textual.
# From the menu bar, go to '''Server โ†’ Connect to Serverโ€ฆ'''.
# From the menu bar, go to '''Server โ†’ Connect to Serverโ€ฆ'''.
# Click โ€œAdd New Serverโ€ and enter the following connection details:
# Click "Add New Server" and enter the following connection details:


{| class="wikitable" style="width:60%; text-align:left;"
{| class="wikitable" style="width:60%; text-align:left;"
Line 64: Line 63:
|}
|}


* '''LimeChat''' is a lightweight IRC client available for macOS and Windows. It supports SSL, multiple networks, and automatic NickServ authentication.
* '''[https://limechat.net/ LimeChat]''' is a lightweight IRC client available for macOS and Windows. It supports SSL, multiple networks, and automatic NickServ authentication.


# Open LimeChat.
# Open LimeChat.
Line 98: Line 97:
== ๐Ÿ’ก Tip ==
== ๐Ÿ’ก Tip ==
For security and auto-login, enable SASL (see [[DWIRC:Security & SASL Auth]]).
For security and auto-login, enable SASL (see [[DWIRC:Security & SASL Auth]]).


== ๐Ÿ“ฑ Next Step ==
== ๐Ÿ“ฑ Next Step ==
โ†’ If youโ€™re connecting from mobile, see [[DWIRC:Mobile Connection Guide]].
โ†’ If you're connecting from mobile, see [[DWIRC:Mobile Connection Guide]].
ย 


{{DWFooter}}
{{DWFooter}}

Latest revision as of 01:31, 5 June 2026

๐Ÿ“˜ DWIRC Guides & Tutorials

Guides

Security

Channel Management

๐Ÿ“š Learn to Connect, Secure, and Manage Your IRC Experience


๐Ÿ’ป IRC Client Setup

This guide walks you through connecting to irc.darkworld.network using different IRC clients. You can connect using desktop, mobile, or web-based applications.

๐ŸชŸ Windows (HexChat or mIRC)

 1. Open HexChat โ†’ Networks โ†’ Add new network: DarkWorld
 2. Server: irc.darkworld.network/6697
 3. Enable "Use SSL"  
 4. Auto-join channels: #DarkWorld, #Help 
 5. Save and connect.
 1. Options โ†’ Servers โ†’ Add new entry  
 2. Server: irc.darkworld.network | Port: 6697
 3. Check "SSL" โ†’ OK โ†’ Connect

๐Ÿง Linux (Irssi / Weechat)

/server add -auto -ssl irc.darkworld.network 6697
/connect irc.darkworld.network
/server add DarkWorld irc.darkworld.network/6697 -ssl
/connect DarkWorld

๐ŸŽ macOS

  • Textual is a popular IRC client for macOS that supports SSL, authentication, and multiple networks. Follow the steps below to connect to irc.darkworld.network securely.
  1. Open Textual.
  2. From the menu bar, go to Server โ†’ Connect to Serverโ€ฆ.
  3. Click "Add New Server" and enter the following connection details:
Setting Value
Server Address irc.darkworld.network
Port 6697 (SSL enabled)
Nickname Your preferred nickname (e.g. Nick)
Username Optional โ€“ your IRC handle
Real Name Optional description or your name
SSL/TLS โœ… Enabled (recommended)
Channels to Join #DarkWorld or #DWBouncers
  • LimeChat is a lightweight IRC client available for macOS and Windows. It supports SSL, multiple networks, and automatic NickServ authentication.
  1. Open LimeChat.
  2. From the menu bar, go to Server โ†’ Add Server.
  3. Enter the following information:
Setting Value
Server Address irc.darkworld.network
Port 6697 (SSL enabled)
Nickname Your chosen nickname (e.g. Nick)
Username Optional โ€“ your IRC handle
Real Name Optional โ€“ description or your name
SSL/TLS โœ… Checked (recommended)
Auto-join Channels #DarkWorld, #DWBouncers

๐Ÿ’ก Tip

For security and auto-login, enable SASL (see DWIRC:Security & SASL Auth).

๐Ÿ“ฑ Next Step

โ†’ If you're connecting from mobile, see DWIRC:Mobile Connection Guide.

Part of the DarkWorld Network Wiki Project Maintained by the DarkWorld Wiki Team

DarkWorld Network โ€” Building an Open, Secure, and Collaborative Internet Since 2021

๐ŸŒ Connect with Us: | | | | | | File:Telegram.png

Quick Links: ๐Ÿ  Home โ€ข ๐Ÿ’ฌ DWIRC โ€ข ๐Ÿ”— DWBouncers โ€ข ๐Ÿ’ป DWShells โ€ข ๐Ÿ“˜ Tutorials โ€ข ๐Ÿ“ˆ Stats โ€ข ๐ŸŽฎ Games โ€ข ๐Ÿงญ Hosting

๐Ÿ’ก Want to contribute? See How to Contribute and help build the DarkWorld knowledge base!

๐Ÿ“… Last Updated: 2026-06-5 โ€ข Content licensed under CC-BY-SA 4.0 unless otherwise noted.