mirror of
https://github.com/anope/anope.git
synced 2026-07-05 04:53:12 +02:00
Added cs_entrymsg
This commit is contained in:
@@ -1904,3 +1904,16 @@ alias
|
||||
command = "BAN"
|
||||
}
|
||||
|
||||
/*
|
||||
* cs_entrymsg
|
||||
*
|
||||
* Allows you to set entry messages on your channel, which are shown to anyone
|
||||
* who joins.
|
||||
*/
|
||||
module { name = "cs_entrymsg" }
|
||||
cs_entrymsg
|
||||
{
|
||||
/* The maximum number of entrymsgs allowed per channel. If not set, defaults to 5. */
|
||||
maxentries = 5
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user