mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-29 19:37:30 +01:00
"flood filter" becomes "filter"
This commit is contained in:
parent
b8300b82ee
commit
f8b1554915
@ -107,7 +107,7 @@ class Filter {
|
||||
|
||||
switch($this->action) {
|
||||
case 'reject':
|
||||
error(isset($this->message) ? $this->message : 'Posting throttled by flood filter.');
|
||||
error(isset($this->message) ? $this->message : 'Posting throttled by filter.');
|
||||
case 'ban':
|
||||
if (!isset($this->reason))
|
||||
error('The ban action requires a reason.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user