Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
fixing the remove call
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Warren committed Mar 14, 2012
1 parent 01c3244 commit 12dfe85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ceiling_cat/plugins/call_and_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def add
end

def remove
self.class.remove(body_without_nick_or_command("remove image phrase"))
self.class.remove(body_without_nick_or_command("remove call"))
reply "Call removed."
end

Expand Down
2 changes: 1 addition & 1 deletion lib/ceiling_cat/services/campfire/room.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ def setup_interrupts
end
end
end
end
end

0 comments on commit 12dfe85

Please sign in to comment.