summaryrefslogtreecommitdiff
path: root/src/user.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.clj')
-rw-r--r--src/user.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user.clj b/src/user.clj
index b948a8f..d105e29 100644
--- a/src/user.clj
+++ b/src/user.clj
@@ -2,7 +2,7 @@
(:use compojure
utils))
-(def *nick-regex* #"^[A-Za-z0-9\-_∆˚†]*$")
+(def *nick-regex* #"^[A-Za-z0-9\-_âˆb˚†]*$")
(defn is-invalid-nick? [n]
(cond