Only allow users to add NPC or Player characters.
[matthijs/projects/xerxes.git] / auth.py
diff --git a/auth.py b/auth.py
index 64f4daf4b76f647308ecfd5671514528702f12c0..00c106d1e36625e6571d045c2d8604cdbf399b0e 100644 (file)
--- a/auth.py
+++ b/auth.py
@@ -104,3 +104,4 @@ class PhpBBBackend:
         except User.DoesNotExist:
             return None
     
+# vim: set sts=4 sw=4 expandtab: