Search found 58 matches

by DonTCry
Wed Sep 10, 2025 7:44 am
Forum: Generic support
Topic: Help Needed - UIRCD 6.1.10 Config / Connection Issues / fail config ?
Replies: 7
Views: 1445

Re: Help Needed - UIRCD 6.1.10 Config / Connection Issues / fail config ?

Hello,

I used google translation, and it seems you have connections issues.

If all your users connect from the same IP, check https://www.unrealircd.org/docs/Allow_block

allow {
mask 1.2.3.*;
class clients;
maxperip 25;
};
by DonTCry
Thu Feb 13, 2025 8:49 pm
Forum: Services
Topic: ChanServ services
Replies: 6
Views: 36219

Re: ChanServ services

Hello,

Please read the description of any setting you use.

As I stated in the first reply, this is services question, so there is no need to edit unrealircd.conf
you need to open your services config files and find the lines I mentioned.
by DonTCry
Thu Feb 13, 2025 8:38 am
Forum: Services
Topic: ChanServ services
Replies: 6
Views: 36219

Re: ChanServ services

Hello,

This is services question and you can check https://github.com/anope/anope/blob/2.1 ... .conf#L173
and
https://github.com/anope/anope/blob/2.1 ... e.conf#L61 - set the channel in all your services bots
by DonTCry
Sun Nov 24, 2024 7:57 am
Forum: Linking servers
Topic: link irc server
Replies: 1
Views: 23753

Re: link irc server

Hello Aminedz,

You need to own/buy or find free domain
than you need to add an A record from your domain to point to your irc IP.
by DonTCry
Sat May 11, 2024 9:13 am
Forum: UnrealIRCd modules (third party)
Topic: Gecos Replace don't replace
Replies: 7
Views: 17270

Re: Gecos Replace don't replace

Hello David,

This module did stop working since Unrealircd 6 release, module creator has been notified but maybe he has been busy and hasn't updated/fixed to work with the latest UnrealIRCd versions.
by DonTCry
Tue Mar 05, 2024 3:50 am
Forum: Generic support
Topic: [SOLVED] max online user issue again
Replies: 3
Views: 10447

Re: max online user issue again

Hello rhinolt,

have a look at https://www.unrealircd.org/docs/Allow_block
and always provide error messages you get when you try something.
by DonTCry
Fri Apr 21, 2023 6:37 pm
Forum: Services
Topic: Help setting up Anope!
Replies: 9
Views: 38707

Re: Help setting up Anope!

check your link block port
you have 6900 and 6690
by DonTCry
Fri Feb 03, 2023 9:06 pm
Forum: Generic support
Topic: Adding Operator
Replies: 1
Views: 11545

Re: Adding Operator

Hello,

the unrealircd oper block and services opers block are 2 different things.

https://www.unrealircd.org/docs/Oper_block - unrealircd
https://github.com/anope/anope/blob/2.0 ... #L899-L925 - services oper
by DonTCry
Mon Dec 19, 2022 8:16 am
Forum: Linking servers
Topic: Anope Would not Link with Unreal
Replies: 2
Views: 35375

Re: Anope Would not Link with Unreal

Hello,

paste your Listen block
by DonTCry
Tue Jul 05, 2022 4:56 am
Forum: Generic support
Topic: Problems with remote confs(?)
Replies: 3
Views: 9732

Re: Problems with remote confs(?)

Hello,

You need to give some more info:

what version is installed
what errors do you get
have you enabled remote includes during ./Config
by DonTCry
Sun Nov 07, 2021 4:06 am
Forum: Installing and getting connected
Topic: room listing
Replies: 4
Views: 19913

Re: room listing

You can set each channels as Permanent channel
https://www.unrealircd.org/docs/Channel_Modes
chanmodes/permanent - Permanent channel. After all users leave a channel it is normally destroyed. If you set +P then this won't happen and all settings are preserved.

set /topic to your channels, and /list ...
by DonTCry
Sun Nov 07, 2021 4:02 am
Forum: Installing and getting connected
Topic: Linking to other IRC Server
Replies: 1
Views: 13457

Re: Linking to other IRC Server

Hello,

To link two servers, you need link blocks:
https://www.unrealircd.org/docs/Link_block
by DonTCry
Thu Nov 04, 2021 10:37 am
Forum: Generic support
Topic: Disconnected and oper ?
Replies: 21
Views: 31256

Re: Disconnected and oper ?

try servername:+6697
by DonTCry
Sun Oct 17, 2021 4:20 am
Forum: Generic support
Topic: STATS G Reply
Replies: 1
Views: 11767

Re: STATS G Reply

Hello,

/gline - Send the gline and gzline list
/zline - send the zline list

if you try to /zline *@192.168.* you will get an error:
- ERROR: (g)zlines must be placed at *@IPMASK, not *@HOSTMASK (so for example *@192.168.* is ok, but *@*.aol.com is not). This is because (g)zlines are processed ...