Unable to load module

These are old archives. They are kept for historic purposes only.
Post Reply
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Unable to load module

Post by T-rexke »

hi i got this weird thing with the module netadmins.dll i put everything right in the conf and put the module in the modules directory but it is'nt working my unreal version is 3.2.6 need some help

here's what i get:

Code: Select all

[21:17] -OperServ- Unable to load module netadmins
-
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Im guessing netadmins is the module that stops Network Admins (+N) being /kill'ed by lower level opers.

If im right netadmins should be loaded as an Unreal module not a services module and should be loaded in the same way cloaking.dll/.so and m_commands.dll/.so are loaded in your unrealircd.conf.

Which would explain why OperServ doesnt know what to do with it.
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Post by T-rexke »

i already done that but still don't get it to work
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

  1. Put the module in the same folder as your unrealircd.conf
  2. Add

    Code: Select all

    loadmodule netadmins.dll;
    to your unrealircd.conf
  3. In your server /rehash, or restart Unreal.
  4. Give O:Lines only to people you trust.
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Post by T-rexke »

nope does'nt work either :(
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

What is the error you get?
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Post by T-rexke »

-OperServ- Unable to load module netadmins

this is al wath i'm getting
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Did you read any of the posts?
Jobe1986 wrote:If im right netadmins should be loaded as an Unreal module not a services module and should be loaded in the same way cloaking.dll/.so and m_commands.dll/.so are loaded in your unrealircd.conf.

Which would explain why OperServ doesnt know what to do with it.
Stealth wrote:
  1. Put the module in the same folder as your unrealircd.conf
  2. Add Code:

    Code: Select all

    loadmodule netadmins.dll;
    to your unrealircd.conf
  3. In your server /rehash, or restart Unreal.
  4. Give O:Lines only to people you trust.
YOU DON'T LOAD THE MODULE WITH OPERSERV. YOU NEED TO PUT A LOAD MODULE LINE IN YOUR UNREALIRCD.CONF
GhosT
Posts: 19
Joined: Sun May 07, 2006 4:24 am

Post by GhosT »

This is my first time I see people load UnrealIRCD module as Anope module :D
Post Reply