// Zoe AIM Away Message RSS Feed Generator // // Seth King and Douglas Thrift // // $Id$ #include "Zoe.hpp" std::ostream& operator<<(std::ostream& sout, const Buddy& buddy) { sout << buddy.login << '(' << buddy.rss << ')'; return sout; }