diff options
author | Adam <Adam@anope.org> | 2011-11-18 11:22:01 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-11-18 11:22:01 -0500 |
commit | c43cdf438fb388c6989cca78d44be0c650c6c013 (patch) | |
tree | 080f742871b072d8a338f21fbe2067526f85b9f3 /data/operserv.example.conf | |
parent | 837421123996de045d240db6ee85e1215c8f436b (diff) |
Added operserv/logout
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 29d4fd559..dbedb69e6 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -435,12 +435,13 @@ command { service = "OperServ"; name = "KILL"; command = "operserv/kill"; permis /* * os_login * - * Provides the command operserv/login. + * Provides the commands operserv/login and operserv/logout. * * Used to login to OperServ, only required if your oper block requires this. */ module { name = "os_login" } command { service = "OperServ"; name = "LOGIN"; command = "operserv/login"; } +command { service = "OperServ"; name = "LOGOUT"; command = "operserv/logout"; } /* * os_mode |