mirror of
https://github.com/anope/anope.git
synced 2026-06-29 06:36:41 +02:00
Add the TRY_AGAIN_LATER message for when a command is unavailable.
This replaces SERVICE_UNAVAILABLE and other custom messages.
This commit is contained in:
@@ -141,7 +141,7 @@ public:
|
||||
{
|
||||
if (!Global::service)
|
||||
{
|
||||
source.Reply(SERVICE_UNAVAILABLE, source.service->nick.c_str());
|
||||
source.Reply(TRY_AGAIN_LATER, source.command.nobreak().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user