summaryrefslogtreecommitdiff
path: root/src/rooms.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/rooms.clj')
-rw-r--r--src/rooms.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rooms.clj b/src/rooms.clj
index e919557..7745630 100644
--- a/src/rooms.clj
+++ b/src/rooms.clj
@@ -101,8 +101,6 @@
(defn build-msg [nick content msg-id]
(struct message-struct nick content (new Date) msg-id))
-(def message-count-limit 200)
-
(defn add-message [msg room]
(insert-and-truncate! (room :messages) msg message-count-limit))