DWIRC:IRC Client Setup: Difference between revisions

From DarkWorld Network
Jump to navigation Jump to search
Line 23: Line 23:


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


* **Weechat**
* '''Weechat'''
/server add DarkWorld irc.darkworld.network/6697 -ssl
# <code>/server add DarkWorld irc.darkworld.network/6697 -ssl</code>
/connect DarkWorld
# <code>/connect DarkWorld</code>





Revision as of 12:45, 22 October 2025

πŸ“˜ 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)

  • HexChat
 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.
  • mIRC
 1. Options β†’ Servers β†’ Add new entry  
 2. Server: irc.darkworld.network | Port: 6697
 3. Check β€œSSL” β†’ OK β†’ Connect  

🐧 Linux (Irssi / Weechat)

  • Irssi
  1. /server add -auto -ssl irc.darkworld.network 6697
  2. /connect irc.darkworld.network
  • Weechat
  1. /server add DarkWorld irc.darkworld.network/6697 -ssl
  2. /connect DarkWorld



🍎 macOS

Use **Textual** or **LimeChat** with the same connection settings: Server: irc.darkworld.network Port: 6697 (SSL)



πŸ’‘ 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.