Remove some sage-related code that is not relevant anymore.

This commit is contained in:
Mayhem 2013-09-19 11:43:50 +02:00
parent 499288e6da
commit dcae343687
2 changed files with 3 additions and 9 deletions

View File

@ -107,10 +107,7 @@ Config =
# Set a custom class for moot: # Set a custom class for moot:
#/Admin$/;highlight:moot;op:yes #/Admin$/;highlight:moot;op:yes
""" """
email: """ email: ""
# Filter any e-mails that are not `sage` on /a/ and /jp/:
#/^(?!sage$)/;boards:a,jp
"""
subject: """ subject: """
# Filter Generals on /v/: # Filter Generals on /v/:
#/general/i;boards:v;op:only #/general/i;boards:v;op:only

View File

@ -14,8 +14,5 @@ Anonymize =
$.rm tripcode $.rm tripcode
delete @nodes.tripcode delete @nodes.tripcode
if @info.email if @info.email
if /sage/i.test @info.email
email.href = 'mailto:sage'
else
$.replace email, name $.replace email, name
delete @nodes.email delete @nodes.email