diff options
author | Austin Ellis <siniStar@IRC4Fun.net> | 2021-11-13 18:42:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 00:42:09 +0000 |
commit | 8b8bc97194399864537fda2b5e9f67c1f8612099 (patch) | |
tree | 990b299e35a6a18f81cf4599b863b658820d7c1b | |
parent | aa0adcf99b04f3462b47601e23d9d74de89d271c (diff) |
Fix the grammar of the globaloncycledown message (#279).
The previous default example (which is in use on many Anope networks) refers to Services in 2nd person, then 1st person - in the same sentence.
-rw-r--r-- | data/global.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/global.example.conf b/data/global.example.conf index 09534dae7..90ec350ce 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -71,7 +71,7 @@ module * * This directive is optional. */ - #globaloncycledown = "Services are restarting, they will be back shortly - please be good while we're gone" + #globaloncycledown = "Services are restarting, they will be back shortly - please be good while they're gone" /* * This is the global message that will be sent when Services (re)join the |