From: <Jef...@us...> - 2008-09-23 21:27:01
|
Revision: 371 http://libirc.svn.sourceforge.net/libirc/?rev=371&view=rev Author: JeffM2501 Date: 2008-09-23 21:26:57 +0000 (Tue, 23 Sep 2008) Log Message: ----------- we don't have a C API Modified Paths: -------------- trunk/libirc/README Modified: trunk/libirc/README =================================================================== --- trunk/libirc/README 2008-02-07 03:56:05 UTC (rev 370) +++ trunk/libirc/README 2008-09-23 21:26:57 UTC (rev 371) @@ -10,13 +10,9 @@ PROJECT OVERVIEW -The libIRC library includes both a C++ and C API. The C++ API +The libIRC library includes a C++API. The C++ API essentially consists of client and server objects that may be used for -talking to IRC servers and clients respectively. The C API is -basically a wrapper over those C++ objects that provides a traditional -init/call interface. Either API is arranged so that user-applications -may define and/or override behaviors by definining hook functions that -get invoked when specified commands/events are encountered. +talking to IRC servers and clients respectively. INSTALLATION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |