Search found 5 matches

by Han`
Sat Dec 25, 2021 2:36 am
Forum: Generic support
Topic: Unreal IRCD 6.0 Bot is not showing up in the channel list
Replies: 4
Views: 10330

Re: Unreal IRCD 6.0 Bot is not showing up in the channel list

It's not Unreal 6.
Anope Services works fine with Unreal 6 and /bs say #chan <Message>
You should take a look, that the botserv.conf has the right settings.
Maybe at this block:

* The default bot options for newly registered channels. Note that changing these options
* will have no effect on ...
by Han`
Sat Sep 18, 2021 3:24 pm
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 18833653

Re: IRCop Error

Here is an example for an operblock from https://www.unrealircd.org/docs/Oper_block

oper <name> {
/* Required items: */
mask <hostmask>;
password <password>;
class <class-name>;
operclass <operclass-name>;
/* Optional items to further limit who can /OPER */
require-modes <modes>
maxlogins ...
by Han`
Fri Jul 10, 2009 4:52 am
Forum: Unreal 3.2 Modules
Topic: m_soper will crash the Unreal3.2.8.1
Replies: 12
Views: 10207

Re: m_soper will crash the Unreal3.2.8.1

here the gdb backtrace

/* Check for secure connection */
if ((operexempt[0] != '\0') && !(sptr->umodes & UMODE_SECURE)) {
changed in

if ((operexempt && (operexempt[0] != '\0')) && !(sptr->umodes & UMODE_SECURE)) {


problem solved
thx to DukePyrolator

Greets Han`
by Han`
Thu Jul 09, 2009 11:17 pm
Forum: Unreal 3.2 Modules
Topic: m_soper will crash the Unreal3.2.8.1
Replies: 12
Views: 10207

Re: m_soper will crash the Unreal3.2.8.1

Users shouldn't be forced to use optional settings to prevent a crash. That's just bad advice. :roll:
Han` my advice is to try to contact the author about the problem. In the mean time I'll look into it to see if I can replicate/fix it.

yeah true, but cloud is not reachable.
Information

The ...
by Han`
Wed Jul 08, 2009 7:01 pm
Forum: Unreal 3.2 Modules
Topic: m_soper will crash the Unreal3.2.8.1
Replies: 12
Views: 10207

m_soper will crash the Unreal3.2.8.1

When you dont set the optional settings of m_soper , m_soper will crash the server
when an Oper connect

Greets Han`