I'm working on a .<command> trigger script.
I'm doing fine right now, but somme commands are only working if a user got the right flag.
I also got a .help command with the basic commands that are working for any user, no matter what flags they got.
I wanna add something to the .help commands:
i wanna add commands that a user can only use when he got's the right flag to the help command when they're using it (so: if a user with flag +A types .help, he also can see the commands that are using only when you got the flag +A, if a user without the flag +A types .help, he can't see it).
I think it must be something like:
if {$flag == "A"} { putserv "PRIVMSG $nick :<text>"
but dunno what it'll have to be exactly.
It is possible to add items to the ".help" command, but they will not show up, when typing a plain ".help" unless you re-program the ".help" command itself.
And then it comes back to the simple task of reading the README (yer right).
Modification is no problem, but it leaves the problem of, if multiple modifications are made, then only the last one sticks (though, this is very unlikely to heppen).
There isn't anything simple about it, no matter which way you choses, it has it's pros and cons.
As for the core.help replacment, I wouldn't choose it. As much as some of us read the docs, it means for a harder method of installing. Some files here, some here and some there. As you have seen, it's hard enough for some to read guides on how to do the simple tasks, let alone change a help file around.