diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-05 11:55:20 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-05 12:00:28 +0000 |
commit | 4573e1925dc62415306a29e7fbbec6727649aef9 (patch) | |
tree | 4ff4ae30a3408cf6507d7b7d1271b54836cf40f6 /include/anope.h | |
parent | a40f8e0b9d397f2e15d141c5bec823c633a6f90a (diff) |
Use normal exit codes when exiting the process.
Diffstat (limited to 'include/anope.h')
-rw-r--r-- | include/anope.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/anope.h b/include/anope.h index 4b1e55bd5..96ded65a2 100644 --- a/include/anope.h +++ b/include/anope.h @@ -416,7 +416,7 @@ namespace Anope * initializing language support, loading modules, and loading databases. * @throws CoreException if something bad went wrong */ - extern void Init(int ac, char **av); + extern bool Init(int ac, char **av); /** Calls the save database event */ |