2.0/Modules/ms sendall
From AnopeWiki
Language | |
---|---|
English |
|
Description
Sends all registered users a memo containing memo-text.
NOTE: Access to this command requires the permission memoserv/sendall to be present in your opertype.
Commands
- sendall memo-text
Examples
/msg MemoServ SENDALL We have upgraded services. Commands have changed. Please take a look at the help files or http://wiki2.anope.org/ for more details.
Default Configuration
/* * ms_sendall * * Provides the command memoserv/sendall. * * Used to send a mass memo to every registered user. */ module { name = "ms_sendall" } command { service = "MemoServ"; name = "SENDALL"; command = "memoserv/sendall"; permission = "memoserv/sendall"; }