mirror of https://gitlab.com/bashrc2/epicyon
Don't alter reason
parent
ef9d5fc570
commit
17526db62d
|
@ -2640,7 +2640,6 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
if full_block_domain or nickname.startswith('#'):
|
||||
if nickname.startswith('#') and ' ' in nickname:
|
||||
nickname = nickname.split(' ')[0]
|
||||
moderation_reason = nickname.split(' ', 1)[0]
|
||||
add_global_block(base_dir, nickname,
|
||||
full_block_domain, moderation_reason)
|
||||
if moderation_button == 'unblock':
|
||||
|
|
Loading…
Reference in New Issue