Commit 279b3af

mo <mo.khan@gmail.com>
2018-04-29 20:46:00
exclude extra :
1 parent e4a2a44
Changed files (1)
lib
lib/del/source.rb
@@ -16,7 +16,7 @@ module Del
     end
 
     def to_s
-      "#{user.mention_name}:#{room}:"
+      "#{user.mention_name}#{room ? ":#{room}" : nil}"
     end
   end
 end