From: Kunal Mehta Date: Thu, 16 Apr 2015 02:56:36 +0000 (-0700) Subject: The 'spambot_username' message is a reserved username X-Git-Tag: 1.31.0-rc.0~11694 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=8f06063cc24a7b4a0ecfb93a753f0d693a1d0f9a;p=lhc%2Fweb%2Fwiklou.git The 'spambot_username' message is a reserved username It is used by cleanupSpam.php Change-Id: I34d9bba7bf33d363bdce410c24a21dacd84771b5 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d5801cba86..c2d6c9512d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4297,6 +4297,7 @@ $wgReservedUsernames = array( 'msg:double-redirect-fixer', // Automatic double redirect fix 'msg:usermessage-editor', // Default user for leaving user messages 'msg:proxyblocker', // For $wgProxyList and Special:Blockme (removed in 1.22) + 'msg:spambot_username', // Used by cleanupSpam.php ); /**