Difference between revisions of "2.0/Modules/ms staff"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/ms_staff}} {{Syntax|ms_staff|MemoServ|Anope}} == <div class="moduleheader">Description</div> == Sends all services staff a memo containing memo-text. ...")
 
(No difference)

Latest revision as of 18:40, 8 May 2014

Language

English

Service MemoServ
Module ms_staff
Author Anope

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"; }