2.0/Modules/ms check
From AnopeWiki
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"; }