diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-11-17 01:10:53 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-11-17 01:10:53 -0500 |
| commit | 4fc9adaa91c8e09e2f34d9d54de50ca70626ceba (patch) | |
| tree | d3e2eea9760a00aeca0eebec362246af63c9495f /src/rooms.clj | |
| parent | 2e1afb150bb28c26f63392ea7dc37567c1950528 (diff) | |
| parent | e9e057b6231a7544e3f7fb2007abe23c7aab224a (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'src/rooms.clj')
| -rw-r--r-- | src/rooms.clj | 2 |
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)) |
