diff options
| author | sostler <sbostler@gmail.com> | 2010-05-19 14:58:08 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-19 14:58:08 -0400 |
| commit | e3f32fc0ba82dd15a8f89f7c4965c68b39123e20 (patch) | |
| tree | 9579eadc4dd136c3d79ad54f6a7e990814965b8b /src/user.clj | |
| parent | bad5654f8e26bb5ace258096ca3dfbbdfe1da8cf (diff) | |
Basic rooms functionality
Diffstat (limited to 'src/user.clj')
| -rw-r--r-- | src/user.clj | 2 |
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 |
