diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-08-15 04:17:13 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-08-15 04:17:13 -0400 |
| commit | 5d478aaeadd4608a31474090e50fb08786662bb5 (patch) | |
| tree | 60fd6c4719ce1da8f1641673c253be666b629212 /src/rooms.clj | |
| parent | 07a3e9044ec9805d987ed5f8b28cc6fedaf203f2 (diff) | |
| parent | db03f7ccb8c6929354a1f033e03708a450aab8ce (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'src/rooms.clj')
| -rw-r--r-- | src/rooms.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rooms.clj b/src/rooms.clj index 8f54640..7997e97 100644 --- a/src/rooms.clj +++ b/src/rooms.clj @@ -127,7 +127,7 @@ (create-and-add-room! key) (throw (Exception. (str "Unable to create room " key)))))) -(defn- fetch-or-create-bot-id! [nick] +(defn fetch-or-create-bot-id! [nick] (:user_id (or (fetch-nick nick) (first |
