You're in the wrong place for eggdrop, have a look @ http://forum.egghelp.org
To do a short answer: you have to connect party-line using telnet or dcc chat with the eggdrop, that's the place where you can type these commands.
Search found 132 matches
- Fri Mar 26, 2021 3:04 pm
- Forum: Installing and getting connected
- Topic: Need help with channel Setting Please
- Replies: 2
- Views: 110
- Thu Mar 25, 2021 10:51 pm
- Forum: News and Releases
- Topic: UnrealIRCd and the recent OpenSSL advisory (CVE-2021-3449)
- Replies: 2
- Views: 539
Re: UnrealIRCd and the recent OpenSSL advisory (CVE-2021-3449)
Thanks for the advisory, Syzop.
I didn't read las news about SSL, but I'll update my servers as soon as possible.
I didn't read las news about SSL, but I'll update my servers as soon as possible.
- Sun Mar 21, 2021 11:02 pm
- Forum: General chat
- Topic: HOPM Bot Not Scanning
- Replies: 3
- Views: 214
Re: HOPM Bot Not Scanning
You don't really need HOPM, better use Unreal blacklist system or Anope m_dnsbl module.
- Fri Mar 19, 2021 11:00 pm
- Forum: Services
- Topic: Sendmail, Postfix Problem Not sending mail
- Replies: 2
- Views: 266
Re: Sendmail, Postfix Problem Not sending mail
Check your mailer logs. DNS means your records are ok, it doesn't means your server is well configured nor your hoster allows you to send mail.
- Wed Feb 24, 2021 10:50 pm
- Forum: Installing and getting connected
- Topic: Can't get Set::TLS::Certificate to work
- Replies: 2
- Views: 496
Re: Can't get Set::TLS::Certificate to work
LOL !
I'm not laughing at you, but it's a common mistake when editors don't do syntax highlighting or make it badly.
I already had troubles like this, and it's sometime the hardest to find because we never check our comments
I'm not laughing at you, but it's a common mistake when editors don't do syntax highlighting or make it badly.
I already had troubles like this, and it's sometime the hardest to find because we never check our comments

- Sat Feb 20, 2021 10:52 pm
- Forum: Generic support
- Topic: Transfer to different port
- Replies: 4
- Views: 172
Re: UnrealIRCd 5.0.8 released
No. You can't.
- Fri Feb 19, 2021 12:17 pm
- Forum: Generic support
- Topic: Transfer to different port
- Replies: 4
- Views: 172
Re: UnrealIRCd 5.0.8 released
Not sure to understand your question. Do you mean you try to create a RR without having the same ports used on each server ? I don't know how it can work as it's the client which send the port, using 6667 (or 6697) by default or another port if it's setted in its server configuration.
- Wed Aug 12, 2020 10:03 pm
- Forum: Generic support
- Topic: allowed-nickchars for baltic character sets
- Replies: 4
- Views: 870
Re: allowed-nickchars for baltic character sets
You can add multiple:
(just an example, choose the sets you need)
Code: Select all
set { allowed-nickchars { latin1-utf8; slovak-utf8; czech-utf8; }; };
- Wed Aug 12, 2020 7:13 am
- Forum: Generic support
- Topic: allowed-nickchars for baltic character sets
- Replies: 4
- Views: 870
Re: allowed-nickchars for baltic character sets
With slovak-utf8 peharps ?
Have a look @ https://www.unrealircd.org/docs/Nick_Character_Sets and check which are better for you.
Have a look @ https://www.unrealircd.org/docs/Nick_Character_Sets and check which are better for you.
- Thu Jul 30, 2020 11:35 am
- Forum: Generic support
- Topic: Fail Oper Attempts Punishment
- Replies: 5
- Views: 1238
Re: Fail Oper Attempts Punishment
I don't think it exists, but it could be possible to create a filter in fail2ban. But it won't be network-wide
- Tue Jul 28, 2020 12:00 pm
- Forum: Generic support
- Topic: unrealircd 5.0.4 and kiwiirc nextclient
- Replies: 4
- Views: 1446
Re: unrealircd 5.0.4 and kiwiirc nextclient
If you host your kiwiirc, the trouble is in your Kiwi configuration.
Did you try using https://kiwiirc.com/nextclient/ to connect to your network ? This will validate your unreal installation, so you'll be sure the trouble come from your kiwiiirc
Did you try using https://kiwiirc.com/nextclient/ to connect to your network ? This will validate your unreal installation, so you'll be sure the trouble come from your kiwiiirc
- Tue Jun 30, 2020 9:39 pm
- Forum: Generic support
- Topic: Please Help for crontab unrealircd 4.2.4
- Replies: 4
- Views: 1456
Re: Please Help for crontab unrealircd 4.2.4
This crontab works:
Think to replace /home/username/unrealircd/ with the real path to your unrealircd binary.
* or */1 are the same things, don't complicate
Code: Select all
* * * * * /home/username/unrealircd/unrealircd croncheck > /dev/null 2>&1
* or */1 are the same things, don't complicate

- Tue Mar 31, 2020 11:23 am
- Forum: Installing and getting connected
- Topic: Server with TLS, done but problems with connecting it
- Replies: 1
- Views: 894
Re: Server with TLS, done but problems with connecting it
Tell her to allow non-verified certificate ?
- Thu Mar 26, 2020 3:02 pm
- Forum: Generic support
- Topic: Unreal 5 : Troubles with NickServ identification
- Replies: 2
- Views: 1015
Re: Unreal 5 : Troubles with NickServ identification
Well, sasl doesn't work well with my kiwiirc (but I keep it activated) and I finally modify kiwiirc to access to the network pass and use it in my login plugin.
Really bad patch, but it will let me time to migrate to the new kiwiirc
Really bad patch, but it will let me time to migrate to the new kiwiirc

- Thu Mar 26, 2020 11:36 am
- Forum: Generic support
- Topic: Unreal 5 : Troubles with NickServ identification
- Replies: 2
- Views: 1015
Unreal 5 : Troubles with NickServ identification
Hello there, I know it seems anope related, but I guess it's a changement in Unreal which do that. I have some users used to connect using my.server:port:nspassword (where nspassword is their password for nickserv). Since I upgraded to Unreal5, it doesn't work anymore, they can't be identified by th...