1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 15:53:13 +02:00

Added os_config and support for including additional configuration files.

This commit is contained in:
Adam
2011-03-11 00:47:28 -05:00
parent 97c2e0957d
commit 1ee3d3d810
22 changed files with 891 additions and 668 deletions
+1 -2
View File
@@ -72,8 +72,7 @@ class CommandNSRelease : public Command
bool OnHelp(CommandSource &source, const Anope::string &subcommand)
{
/* Convert Config->NSReleaseTimeout seconds to string format */
User *u = source.u;
Anope::string relstr = duration(u->Account(), Config->NSReleaseTimeout);
Anope::string relstr = duration(Config->NSReleaseTimeout);
source.Reply(_("Syntax: \002RELEASE \037nickname\037 [\037password\037]\002\n"
" \n"