DWBouncers/Clients/irssi: Difference between revisions
< DWBouncers | Clients
| Line 28: | Line 28: | ||
== Step-by-Step Setup == | == Step-by-Step Setup == | ||
* Open '''{{PAGENAME}}'''. | |||
* Make sure you have ZNC account details: | |||
# Server: <code>bouncers.darkworld.network</code> | |||
# Port: <code>31337</code> and enable SSL. | |||
# Username: <code>username/network</code>. | |||
# Password: your assigned DWBouncers password. | |||
* Open your terminal and start irssi: <code>irssi</code> | |||
* Add the ZNC network, inside irssi: code>/network add DarkWorld</code> | |||
* Add the server connection, use the ZNC details: <code>/server add -auto -ssl -network DarkWorld bouncers.darkworld.network 31337</code> | |||
* Set your username and password: <code>/set nick nick</code> <code>/set user username/darkworld</code> <code>/set password yourzncpassword</code> | |||
* Connect to the network: <code>/connect DarkWorld</code> | |||
== Example Screenshot == | == Example Screenshot == | ||
Revision as of 14:47, 10 October 2025
DWBouncers/Clients/irssi Setup Guide
This page explains how to configure DWBouncers/Clients/irssi to connect with DWBouncers (ZNC or Soju).
Requirements
- A valid DWBouncers account (ZNC or Soju)
- Server details: Template:DWBouncerServers
- Username format:
- For ZNC:
username/network - For Soju:
username
- For ZNC:
- Your assigned password
Connection Settings
| Setting | Value |
|---|---|
| Server | bouncers.darkworld.network
|
| Port | 31337 (SSL) or 1337 (non-SSL) |
| SSL | Yes (recommended) |
| Username | username/network
|
| Password | Your DWBouncer password |
Step-by-Step Setup
- Open DWBouncers/Clients/irssi.
- Make sure you have ZNC account details:
- Server:
bouncers.darkworld.network - Port:
31337and enable SSL. - Username:
username/network. - Password: your assigned DWBouncers password.
- Open your terminal and start irssi:
irssi - Add the ZNC network, inside irssi: code>/network add DarkWorld
- Add the server connection, use the ZNC details:
/server add -auto -ssl -network DarkWorld bouncers.darkworld.network 31337 - Set your username and password:
/set nick nick/set user username/darkworld/set password yourzncpassword - Connect to the network:
/connect DarkWorld
Example Screenshot
Troubleshooting
- Double-check your username format (
username/network). - Ensure SSL is enabled on port 6697.
- If you cannot connect, verify your credentials on ZNC Webadmin or Soju Panel.