diff options
author | Adam <Adam@anope.org> | 2012-10-02 05:18:42 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-02 05:18:42 -0400 |
commit | 93698f0d61935f86019b3491c9e62c6326a180ba (patch) | |
tree | 60d1cee36e8f2772aaaeb8ddde19a97ee3d55c94 /data/operserv.example.conf | |
parent | f7aa8376969824bcfeb39044e8a1e89cd58b4b02 (diff) |
Added operserv/logsearch
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index c6e69782e..4988ad33c 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -437,6 +437,23 @@ command { service = "OperServ"; name = "LOGIN"; command = "operserv/login"; } command { service = "OperServ"; name = "LOGOUT"; command = "operserv/logout"; } /* + * os_logsearch + * + * Provides the command operserv/logsearch. + * + * Used to search services log files. + */ +module { name = "os_logsearch" } +command { service = "OperServ"; name = "LOGSEARCH"; command = "operserv/logsearch"; } +logsearch +{ + /* The log file name to search. There should be a log{} block configured to log + * to a file of this name. + */ + name = "services.log" +} + +/* * os_mode * * Provides the commands operserv/mode and operserv/umode. |