|
|
|
|
@ -2202,6 +2202,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|
|
|
|
moderation_text = \
|
|
|
|
|
urllib.parse.unquote_plus(mod_text.strip())
|
|
|
|
|
search_handle = moderation_text
|
|
|
|
|
else:
|
|
|
|
|
search_handle = moderation_str.strip()
|
|
|
|
|
if search_handle:
|
|
|
|
|
if '/@' in search_handle:
|
|
|
|
|
search_nickname = \
|
|
|
|
|
|