Page 1 of 1
Network Staff File is missing.
Posted: Sat Apr 30, 2005 4:56 am
by ReverendSho
Ok. I'm running a net with Unreal 3.2.3. and Anope services 1.7.8. I'm trying to add a network staff file, yet I can't seem to find the right file name. Whenever /staff is done, it sends an error message saying:
[23:55] *** Network Staff File is missing
What am I doing wrong? I have a file named ircd.staff in the server's directory. Or is this a services thing?
Posted: Sat Apr 30, 2005 5:50 am
by Stealth
This looks like a module issue.
What modules do you have loaded?
Posted: Sat Apr 30, 2005 6:04 am
by ReverendSho
-> loadmodule "src/modules/m_staff.so"; <-
loadmodule "src/modules/netadmins.so";
loadmodule "src/modules/noctcp.so";
loadmodule "src/modules/operjoin.so";
loadmodule "src/modules/topicbadwords.so";
loadmodule "src/modules/m_chgswhois.so";
Those are just a sampling of the modules we're using. I suspect it's the module I've arrowed.
[/quote]
My bad.
Posted: Sat Apr 30, 2005 6:06 am
by ReverendSho
Gomen nasai. I feel like a newbie.
My apologies, I did some research into the module, and it's a missing entry in our set { } block. I didn't think to look into the modules until you posted that reply. Thanks for your assistance. I have it working now.