Commit 25d0ea2

mo <mo@mokhan.ca>
2018-05-10 00:04:01
skip the attributes.
1 parent 924a8eb
Changed files (1)
lib
lib/del/source.rb
@@ -8,7 +8,7 @@ module Del
     end
 
     def from?(robot)
-      user.attributes.jid == robot.jid.to_s
+      user.jid == robot.jid.to_s
     end
 
     def reply(robot, message)