Difference between revisions of "2.0/Modules/ms ignore"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ms_ignore}} {{Syntax|ms_ignore|MemoServ|Anope}} == <div class="moduleheader">Description</div> == Allows you to ignore users by nick or host from memoi...") |
(No difference)
|
Latest revision as of 16:53, 8 May 2014
Language | |
---|---|
English |
|
Description
Allows you to ignore users by nick or host from memoing you or a channel. If someone on the memo ignore list tries to memo you or a channel, they will not be told that you have them ignored.
Commands
- ignore [channel] ADD entry
- ignore [channel] DEL entry
- ignore [channel] LIST
Examples
/msg MemoServ ADD Fred
/msg MemoServ DEL #myChannel Fred
Default Configuration
/* * ms_ignore * * Provides the command memoserv/ignore. * * Used to ignore memos from specific users. */ module { name = "ms_ignore" } command { service = "MemoServ"; name = "IGNORE"; command = "memoserv/ignore"; }