Page 1 of 1
Cloaking Module not loading!
Posted: Sun Aug 13, 2006 11:01 am
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

Posted: Sun Aug 13, 2006 11:50 am
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
Posted: Mon Aug 14, 2006 6:18 am
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.
Posted: Mon Aug 14, 2006 2:54 pm
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.