1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 19:43:14 +02:00

Add ms_ignore:max config option

This commit is contained in:
Adam
2014-08-03 18:22:03 -04:00
parent 6842ad36f7
commit cf89e10a4c
2 changed files with 17 additions and 1 deletions
+11 -1
View File
@@ -137,7 +137,17 @@ command { service = "MemoServ"; name = "DEL"; command = "memoserv/del"; }
*
* Used to ignore memos from specific users.
*/
module { name = "ms_ignore" }
module
{
name = "ms_ignore"
/*
* The maximum number of entries that may be on a memo ignore list.
*
* This directive is optional.
*/
max = 32
}
command { service = "MemoServ"; name = "IGNORE"; command = "memoserv/ignore"; }
/*