SourceForge.net: SmartIRC SmartIRC is a PHP class/library for communication with IRC networks, which conforms to the RFC 2812 (IRC). It's an API that handles all IRC protocol messages. This class is designed for creating IRC bots, chats and show irc stuff on webpages. PHPからIRCに接続するためのクラスライブラリ: SmartIRC。 クラスなので次のように簡単に使えます。 <?php $irc = &new Net_SmartIRC(); $irc->connect('irc.freenet.de', 6667); $i