Cloaking Module not loading!

These are old archives. They are kept for historic purposes only.
Post Reply
jonty

Cloaking Module not loading!

Post by jonty »

I have my config file ready etc with the line //loadmodule "modules/cloak.dll";
in the config
When I start it up it says No CLoaking module loaded!

Please help! :(

Thnx
Jonty :D
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Are you putting the // in the config file because that needs to be removed. For example:
loadmodule "modules/cloak.dll";
And just to make you aware the same also applies to:
loadmodule "modules/commands.dll";
in case you left the // there too
Ron2K

Post by Ron2K »

In case you didn't know already, placing // in front of a line comments it out (meaning that the config parser will ignore it). But then, you probably knew that already.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Taken from the top of example.conf which you should have read before setting up:
/* Type of comments */
#Comment type 1 (Shell type)
// Comment type 2(C++ style)
/* Comment type 3 (C Style) */
#those lines are ignored by the ircd.
Post Reply