m_rmtkl.c removed 0 TKLine(s) using /rmtkl

These are old archives. They are kept for historic purposes only.

Moderators: Gottem, Supporters

Post Reply
dEathLeSs
Posts: 17
Joined: Mon Apr 10, 2017 2:35 pm

m_rmtkl.c removed 0 TKLine(s) using /rmtkl

Post by dEathLeSs »

Code: Select all

 *** Permanent Global Z-Line added for *@37.130.121.38 on Tue Jul 30 04:29:27 2019 GMT (from [email protected]: no reason)

Code: Select all

 *** Permanent Z-Line added for *@37.130.121.38 on Tue Jul 30 04:11:24 2019 GMT (from [email protected]: no reason)

Code: Select all

*** dEathLeSs removed 0 TKLine(s) using /rmtkl
/rmtkl * * can not open with the command.
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

Re: m_rmtkl.c removed 0 TKLine(s) using /rmtkl

Post by Gottem »

I'm pretty sure it's because Unreal recently changed how it stores (G)Z:Lines. Can you confirm that removing glines works fine, as well as tell me your Unreal version?
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
dEathLeSs
Posts: 17
Joined: Mon Apr 10, 2017 2:35 pm

Re: m_rmtkl.c removed 0 TKLine(s) using /rmtkl

Post by dEathLeSs »

unrealircd-4.2.4 version. It doesn't work on any of them. Except Shun
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

Re: m_rmtkl.c removed 0 TKLine(s) using /rmtkl

Post by Gottem »

There are a few requirements to be provided by Unreal to make it work on newer version it seems. I'll look into it some more later. ;]

EDIT: Try updating the module now. It should work but there's a performance penalty due to some missing requirements.
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
dEathLeSs
Posts: 17
Joined: Mon Apr 10, 2017 2:35 pm

Re: m_rmtkl.c removed 0 TKLine(s) using /rmtkl

Post by dEathLeSs »

I installed the new module, but it failed.

Code: Select all

-DPIC -shared -Wl,-export-dynamic -DDYNAMIC_LINKING \
                -o m_rmtkl.so m_rmtkl.c
m_rmtkl.c: In function ‘m_rmtkl’:
m_rmtkl.c:338: error: ‘tklindex2’ undeclared (first use in this function)
m_rmtkl.c:338: error: (Each undeclared identifier is reported only once
m_rmtkl.c:338: error: for each function it appears in.)
m_rmtkl.c: At top level:
m_rmtkl.c:355: error: expected ‘)’ before string constant
m_rmtkl.c:356: error: expected identifier or ‘(’ before ‘return’
m_rmtkl.c:357: error: expected identifier or ‘(’ before ‘}’ token
make[4]: *** [custommodule] Error 1
make[4]: Leaving directory `/home/ircsoyl1/unrealircd-4.2.4/src/modules/third'
*****
Building 3rd party module m_rmtkl failed.
Contact the module author of the m_rmtkl module (not the UnrealIRCd team), or simply delete the /home/ircsoyl1/unrealircd-4.2.4/src/modules/third/m_rmtkl.c file
*****
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

Re: m_rmtkl.c removed 0 TKLine(s) using /rmtkl

Post by Gottem »

My bad, forgot a few small things. :D Try now.
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
dEathLeSs
Posts: 17
Joined: Mon Apr 10, 2017 2:35 pm

Re: m_rmtkl.c removed 0 TKLine(s) using /rmtkl

Post by dEathLeSs »

Thank you. Very nice bro. :)
dEathLeSs
Posts: 17
Joined: Mon Apr 10, 2017 2:35 pm

Re: m_rmtkl.c removed 0 TKLine(s) using /rmtkl

Post by dEathLeSs »

You can also check the Netadmins module. Even when I make it "full", it beats
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

Re: m_rmtkl.c removed 0 TKLine(s) using /rmtkl

Post by Gottem »

Make a separate thread for that and explain in more detail what the exact issue is. ;]
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
Post Reply