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