Mercurial > moin > 1.9
changeset 2931:fff3e18fb5e4
remove LOL multiple buttons message
author | Johannes Berg <johannes AT sipsolutions DOT net> |
---|---|
date | Tue, 30 Oct 2007 14:11:07 +0100 |
parents | dc0f45b10ae6 |
children | 27d192ebd485 |
files | MoinMoin/action/edit.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/action/edit.py Mon Oct 29 17:40:57 2007 +0100 +++ b/MoinMoin/action/edit.py Tue Oct 30 14:11:07 2007 +0100 @@ -19,7 +19,6 @@ # multiple buttons pressed at once? must be some spammer/bot request.makeForbidden403() request.surge_protect(kick_him=True) # get rid of him - request.log("LOL, some spammer pressed multiple buttons at once ...") return if not request.user.may.write(pagename):