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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user