Page MenuHomeDevCentral

Listen for eggdrop users and bots in separate ports
ClosedPublic

Authored by dereckson on Feb 8 2026, 16:20.
Tags
None
Referenced Files
F42754122: D3933.id10186.diff
Sun, Aug 9, 04:12
Unknown Object (File)
Sat, Aug 8, 07:58
Unknown Object (File)
Fri, Aug 7, 01:04
Unknown Object (File)
Thu, Aug 6, 06:53
Unknown Object (File)
Fri, Jul 31, 02:30
Unknown Object (File)
Tue, Jul 21, 10:58
Unknown Object (File)
Mon, Jul 20, 17:19
Unknown Object (File)
Sun, Jul 19, 12:30
Subscribers

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
viperserv-telnet
Build Status
Buildable 6272
Build 6556: arc lint + arc unit

Event Timeline

Deployment

Complector (diff for Wearg eggdrop.conf)
+listen 19010 bots                                                                                                                                                                                
+listen 18010 users
dereckson retitled this revision from Llisten for eggdrop users and bots in separate ports to Listen for eggdrop users and bots in separate ports.Feb 8 2026, 16:25
WindRiver
$ nc 2001:bc8:2e84:700:0:dead:c0de:b07 18000 
��This connection is in clear text, so ensure you use a SSH tunnel to the server.
 
[ windriver ]-[ ViperServ ]-[ Daeghrefn ]


Daeghrefn  (Eggdrop v1.10.1 (C) 1997 Robey Pointer (C) 1999-2025 Eggheads Development Team)

Please enter your handle.
Duranzed added a subscriber: Duranzed.

Listen directives added for bots and users

This revision is now accepted and ready to land.Feb 19 2026, 13:17

Works like a charm:

WindRiver
$ cd /srv/viperserv
$ grep listen */eggdrop.conf
Aeschere/eggdrop.conf:set listen-addr 2001:bc8:2e84:700:0:dead:c0de:b07
Daeghrefn/eggdrop.conf:set listen-addr 2001:bc8:2e84:700:0:dead:c0de:b07
Daeghrefn/eggdrop.conf:listen 19000 bots
Daeghrefn/eggdrop.conf:listen 18000 users
TC2/eggdrop.conf:set listen-addr 2001:bc8:2e84:700:0:dead:c0de:b07
Wearg/eggdrop.conf:set listen-addr 2001:bc8:2e84:700:0:dead:c0de:b07
Wearg/eggdrop.conf:listen 19010 bots
Wearg/eggdrop.conf:listen 18010 users