diff options
Diffstat (limited to 'security.py')
-rw-r--r-- | security.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security.py b/security.py index 0424712..b494542 100644 --- a/security.py +++ b/security.py @@ -73,7 +73,7 @@ def ban_ip(ip, until=INT_MAX): global blacklist blacklist.append([ip, until]) stdout("%s has been banned until %d." % (ip, until)) - # TODO: kick users when they are banned or klined + # TODO: kick users when they are banned or klined? return def unban_ip(ip): |