Search found 5 matches

by erathor
Thu May 05, 2022 12:39 pm
Forum: UnrealIRCd modules (third party)
Topic: auditorium
Replies: 9
Views: 12434

Re: auditorium

It works. I feel so embarrassed..

Replaced:

Code: Select all

/* Load auditorium module
loadmodule "third/auditorium";
With this:

Code: Select all

/* Load auditorium module */
loadmodule "third/auditorium";
Sorry for the inconvenience, and appreciate the help! :)
by erathor
Wed May 04, 2022 6:16 pm
Forum: UnrealIRCd modules (third party)
Topic: auditorium
Replies: 9
Views: 12434

Re: auditorium

Did a clean install, now it compiled the plugin successfully. Checked /modules/third and there it is, auditorium.so. Added loadmodule "third/auditorium"; to unrealircd.conf. Did a /rehash, no errors. And now, /mode #CHAN +u still gives same message like last time. [4/5][20:13:12] u is unkn...
by erathor
Wed May 04, 2022 5:54 pm
Forum: UnrealIRCd modules (third party)
Topic: auditorium
Replies: 9
Views: 12434

Re: auditorium

I also made it error more clearly now if you use an uncompiled UnrealIRCd directory (have not run ./Config yet). I suggest you (re)install UnrealIRCd as stated in my previous comment. And afterwards: don't delete the unrealircd-x.y.z directory ;) Damn, spot on! I cleaned too much and re-downloaded ...
by erathor
Wed May 04, 2022 8:52 am
Forum: UnrealIRCd modules (third party)
Topic: auditorium
Replies: 9
Views: 12434

Re: auditorium

I admit, it wasn't very detailed as to what I've tried before posting this error message. Running latest ubuntu version and latest unrealircd (6.0.3). Prior to install, i installed these packages. build-essential pkg-config libssl-dev libpcre2-dev libargon2-dev libsodium-dev libc-ares-dev libcurl4-o...
by erathor
Tue May 03, 2022 5:42 pm
Forum: UnrealIRCd modules (third party)
Topic: auditorium
Replies: 9
Views: 12434

Re: auditorium

I'm getting a weird error, and module doesn't work after /rehash. Any help would be appreciated. unrealircd@irc:~/unrealircd$ ./unrealircd module install third/auditorium Reading module repository list from '/home/unrealircd/unrealircd/conf/modules.sources.list'... Checking module repository https:/...