1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 19:23:13 +02:00

Add os_info

This commit is contained in:
Adam
2013-08-10 12:29:12 -04:00
parent 7cd80a2131
commit e4d1769a8b
2 changed files with 291 additions and 0 deletions
+10
View File
@@ -353,6 +353,16 @@ command { service = "OperServ"; name = "FORBID"; command = "operserv/forbid"; pe
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
*