diff options
author | Adam <Adam@anope.org> | 2013-08-10 12:29:12 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-08-10 12:29:12 -0400 |
commit | e4d1769a8bccae767f501ae7fe33033ede6a005a (patch) | |
tree | d8d39e622fb97c513c49bb16249552165308e77c /data/operserv.example.conf | |
parent | 7cd80a2131983db521dcf860e754ca00f5e6aec0 (diff) |
Add os_info
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index ad220bcf5..6af800e31 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -354,6 +354,16 @@ module { name = "os_ignore" } command { service = "OperServ"; name = "IGNORE"; command = "operserv/ignore"; permission = "operserv/ignore"; } /* + * os_info + * + * Provides the command operserv/info. + * + * Used to add oper only notes to users and channels. + */ +module { name = "os_info" } +command { service = "OperServ"; name = "INFO"; command = "operserv/info"; permission = "operserv/info"; } + +/* * os_jupe * * Provides the command operserv/jupe. |