This plugin will remove the option to ignore another user
Include the JavaScript file:
<script type="text/javascript" src="path_to_plugins/removeignore/candy.js"></script>
Call its init()
method after Candy has been initialized:
Candy.init('/http-bind/');
CandyShop.RemoveIgnore.init();
Candy.Core.connect();