2.0/Modules/ms staff
From AnopeWiki
Language | |
---|---|
English |
|
Description
Sends all services staff a memo containing memo-text.
NOTE: Access to this command requires the permission memoserv/staff to be present in your opertype.
Commands
- staff memo-text
Examples
/msg MemoServ STAFF We are ahving problems with user Wilma. Kill on sight.
Default Configuration
/* * ms_staff * * Provides the command memoserv/staff. * * Used to send a memo to all registered staff members. */ module { name = "ms_staff" } command { service = "MemoServ"; name = "STAFF"; command = "memoserv/staff"; permission = "memoserv/staff"; }