diff options
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 57fbf3a..736a96e 100644 --- a/src/rooms.clj +++ b/src/rooms.clj @@ -110,5 +110,5 @@ nick "GARBAGE" "info@dump.fm"])))) (defn get-or-create-room-bot! [key] - (let [nick (str key "bo†")] + (let [nick (str "~" key)] [nick (get-or-create-room-bot-id! nick)]))
\ No newline at end of file |
