lib/scamp/rooms.rb in scamp-0.1.2 vs lib/scamp/rooms.rb in scamp-0.2.0
- old
+ new
@@ -2,13 +2,10 @@
module Rooms
# TextMessage (regular chat message),
# PasteMessage (pre-formatted message, rendered in a fixed-width font),
# SoundMessage (plays a sound as determined by the message, which can be either “rimshot”, “crickets”, or “trombone”),
# TweetMessage (a Twitter status URL to be fetched and inserted into the chat)
-
- def paste(text, room)
- end
-
+
def upload
end
def join(room_id)
logger.info "Joining room #{room_id}"