Difference between revisions of "2.0/Modules/ms check"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ms_check}} {{Syntax|ms_check|MemoServ|Anope}} == <div class="moduleheader">Description</div> == Checks whether the <ins>last</ins> memo you sent to nic...") |
(No difference)
|
Latest revision as of 16:46, 8 May 2014
Language | |
---|---|
English |
|
Description
Checks whether the last memo you sent to nick has been read or not. Note that this does only work with nicks, not with channels.
Commands
- check nick
Examples
/msg MemoServ CHECK Fred
Default Configuration
/* * ms_check * * Provides the command memoserv/check. * * Used to check if a sent memo has been read. */ module { name = "ms_check" } command { service = "MemoServ"; name = "CHECK"; command = "memoserv/check"; }