diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-10 13:50:30 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-10 14:40:12 +0100 |
commit | 151795a1dff08d13243f59bc4f19d3f99655a1a0 (patch) | |
tree | 18705eebe1f871bf91f56d3a656a5fd018de0974 /data/memoserv.example.conf | |
parent | 50f17ea8e1df04c69f9ad5f8da5f7ac95029de9a (diff) |
Remove an outdated comment in the memoserv example config.
Diffstat (limited to 'data/memoserv.example.conf')
-rw-r--r-- | data/memoserv.example.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index 8af2c9a83..1bfa50ebf 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -89,8 +89,7 @@ module /* * The delay between consecutive uses of the MemoServ SEND command. This can help prevent spam * as well as denial-of-service attacks from sending large numbers of memos and filling up disk - * space (and memory). The default 3-second wait means a maximum average of 150 bytes of memo - * per second per user under the current IRC protocol. + * space (and memory). * * This directive is optional, but recommended. */ |