diff --git a/Changes b/Changes index f6bbf2fc2..d70ca8be4 100644 --- a/Changes +++ b/Changes @@ -769,3 +769,5 @@ this has now be fixed by sending an explicit TS 0. - Fixed an important channelmode +j memory corruption bug that would cause crashes, reported by Bergee (#0002416). +- Some clarifications on /RESTART, remote restarts were well never supported, so the docs + are now updated on that (no code changes). diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index a00b8dcd2..7b5b450e6 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -2984,14 +2984,14 @@ to get more information on a command.

IRCop - restart <server> <password>
- Restarts the IRCD Process. Password is required. You may also include - a server name to restart a remote server.
+ restart <password> <reason>
+ Restarts the IRCD Process. Password is required if drpass { } is present. + You may also include a reason.
IRCop die <password>
- Terminates the IRCD Process. Password is required + Terminates the IRCD Process. Password is required if drpass { } is present. IRCop diff --git a/help.conf b/help.conf index b0a6f7861..6173fb600 100644 --- a/help.conf +++ b/help.conf @@ -881,7 +881,7 @@ help Restart { " -"; " Syntax: RESTART"; " RESTART "; - " RESTART "; + " RESTART "; }; help Die {