diff options
| author | Lee Holmes <lethality@anope.org> | 2014-02-21 20:41:41 +0000 |
|---|---|---|
| committer | Lee Holmes <lethality@anope.org> | 2014-02-21 20:41:41 +0000 |
| commit | f1ad7fd5820e2eee8f1c2c87da7b4d6a3781a874 (patch) | |
| tree | b434f3675952ed38f3de191d3919f7cc1bd77dd2 | |
| parent | 43f2645b326244778198763a9fd2b72e34d89337 (diff) | |
fix comment, activate not active
| -rw-r--r-- | data/hostserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/hostserv.example.conf b/data/hostserv.example.conf index e95b876ce..f5109db4c 100644 --- a/data/hostserv.example.conf +++ b/data/hostserv.example.conf @@ -139,7 +139,7 @@ command { service = "HostServ"; name = "ON"; command = "hostserv/on"; } /* * hs_request * - * Provides the commands hostserv/request, hostserv/active, hostserv/reject, and hostserv/waiting. + * Provides the commands hostserv/request, hostserv/activate, hostserv/reject, and hostserv/waiting. * * Used to manage vHosts requested by users. */ |
