diff options
author | miwob <wobst.michael@web.de> | 2020-10-02 17:41:12 +0200 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-10-02 16:52:38 +0100 |
commit | da08dd6d0e8d7c895eee42768a8cb9d80830de25 (patch) | |
tree | 982f1d4e7aa1a4a98f71e97b1083f0150a3e2ed7 | |
parent | 1ac3b38fa80cad7b21108ad03ef4aecce34384d0 (diff) |
Minor spelling fix in operserv.example.conf. it's vs its
-rw-r--r-- | data/operserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 51a07bdbe..73c0d500a 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -544,7 +544,7 @@ command { service = "OperServ"; name = "RELOAD"; command = "operserv/reload"; pe * * This module enables session limiting. Session limiting prevents users from connecting more than a certain * number of times from the same IP at the same time - thus preventing most types of cloning. - * Once a host reaches it's session limit, all clients attempting to connect from that host will + * Once a host reaches its session limit, all clients attempting to connect from that host will * be killed. Exceptions to the default session limit can be defined via the exception list. * * Used to manage the session limit exception list, and view currently active sessions. |