[ ソース: libprotocol-irc-perl ]
パッケージ: libprotocol-irc-perl (0.13-2)
libprotocol-irc-perl に関するリンク
Debian の資源:
libprotocol-irc-perl ソースパッケージをダウンロード:
- [libprotocol-irc-perl_0.13-2.dsc]
- [libprotocol-irc-perl_0.13.orig.tar.gz]
- [libprotocol-irc-perl_0.13-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
IRC protocol handling
This mix-in class provides a base layer of IRC message handling logic. It allows reading of IRC messages from a string buffer and dispatching them to handler methods on its instance.
Protocol::IRC::Client provides an extension to this logic that may be more convenient for IRC client implementations. Much of the code provided here is still useful in client applications, so the reader should be familiar with both modules.