176a931984
Minbif aims to use the libpurple library from the Pidgin project to provide an IRC-friendly instant messaging client. It also maps everything to pure IRC commands, giving it an intuitive, natural feeling. Joining a conversation is a simple /join, banning an user is a real IRC ban, sending files by a simple DCC, etc. Comment out the full-bloat-video-audio flavor atm, until someone tests it.. with feedback and ok jasper@
12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
$OpenBSD: patch-src_irc_irc_cpp,v 1.1.1.1 2010/09/13 19:44:40 landry Exp $
|
|
--- src/irc/irc.cpp.orig Fri Jun 25 11:24:52 2010
|
|
+++ src/irc/irc.cpp Fri Jun 25 11:25:03 2010
|
|
@@ -16,6 +16,7 @@
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <cstring>
|
|
#include <algorithm>
|