Page 1 of 1

Unable to load module

Posted: Sun Jan 21, 2007 8:22 pm
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
-

Posted: Sun Jan 21, 2007 8:28 pm
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.

Posted: Sun Jan 21, 2007 8:38 pm
by T-rexke
i already done that but still don't get it to work

Posted: Sun Jan 21, 2007 9:06 pm
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.

Posted: Sun Jan 21, 2007 9:19 pm
by T-rexke
nope does'nt work either :(

Posted: Sun Jan 21, 2007 9:23 pm
by Stealth
What is the error you get?

Posted: Sun Jan 21, 2007 9:27 pm
by T-rexke
-OperServ- Unable to load module netadmins

this is al wath i'm getting

Posted: Sun Jan 21, 2007 9:50 pm
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

Posted: Wed Jan 24, 2007 12:52 pm
by GhosT
This is my first time I see people load UnrealIRCD module as Anope module :D