2.0/Modules/os info
From AnopeWiki
Language | |
---|---|
English |
|
Description
Add or delete oper information for a given nick or channel. This will show to opers in the respective info command for the nick or channel.
NOTE: Access to this command requires the permission operserv/info to be present in your opertype.
Commands
- info ADD target info
- info DEL target info
- info CLEAR target
Examples
/msg OperServ INFO ADD Fred Watch him. He has been trouble in the past.
/msg OperServ INFO DEL #myChannel Watch them. They have been trouble in the past.
/msg OperServ CLEAR Fred
Default Configuration
/* * 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"; }