diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-03 22:01:05 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-03 22:01:05 +0000 |
| commit | 36202d8defb26f87264914f60c39c768cff3729e (patch) | |
| tree | a57224b8bba7fc7a7c65a8c3b0408847e9043a3d /src/rooms.clj | |
| parent | d220d620e425ee6128c83229467e3ccac8f3ebf2 (diff) | |
Hump.fm: remove dump.fm branding
Diffstat (limited to 'src/rooms.clj')
| -rwxr-xr-x | src/rooms.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rooms.clj b/src/rooms.clj index 3367ea9..617a14d 100755 --- a/src/rooms.clj +++ b/src/rooms.clj @@ -32,7 +32,7 @@ (defn start-user-flusher! [] (send flusher flush-inactive-users!)) -(def *default-room* "dumpfm") +(def *default-room* "humpfm") (defn default-room? [key] (= (lower-case key) *default-room*)) @@ -128,7 +128,7 @@ (first (do-select ["INSERT INTO users (nick, hash, email) VALUES (?, ?, ?) RETURNING user_id" - nick "GARBAGE" "info@dump.fm"]))))) + nick "GARBAGE" "info@hump.fm"]))))) (def room-bot-id-cache (ref {})) |
