loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
include "anope.conf";
me {
name "irc.lampir.net";
info "LaMpiR IRC Server";
numeric 1;
};
And when somebody types /ns it doesn't work but when somebody types /msg nickskerv it works . How should i resolve this?
And second question is:
is there some mirc addon that could help with commands. Unreal is much better from Conference room that i've used
"set::services-server" is a shorter way to talk about the "services-server" configuration directive in the "set" block. You can find more info about this directive in section 4.36 of unreal32docs.html (of Unreal version 3.2.2).
If you included the help.conf file in your unrealircd.conf, then the /helpop command will be able to provide you with information about all the commands. I find that the best script/addon for any IRC client is one you write yourself .