diff options
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 9a9bdc3f2..d5911a9fc 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -183,7 +183,7 @@ module /* * The maximum number of entries a single bad words list can have. */ - badwordsmax = 32 + badwordsmax = 50 /* * If set, BotServ will use case sensitive checking for badwords. @@ -323,6 +323,7 @@ command { service = "NickServ"; name = "SASET GREET"; command = "nickserv/saset/ privilege { name = "GREET" + desc = _("Greet message displayed on join") rank = 40 level = 5 flag = "g" |