diff options
author | dom96 <dominikpicheta@googlemail.com> | 2011-09-04 20:28:32 +0100 |
---|---|---|
committer | dom96 <dominikpicheta@googlemail.com> | 2011-09-04 20:28:32 +0100 |
commit | 4896f631297f49a38749cf4bb76df749967be370 (patch) | |
tree | 2e3f093eb003c34ceafd839e4f4204a110f6a704 /doc/lib.txt | |
parent | fd017726343cbd0f854416ba459a1bcab62ed025 (diff) | |
download | Nim-4896f631297f49a38749cf4bb76df749967be370.tar.gz |
Some improvements relating to the IRC module.
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-x | doc/lib.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index ddfaaf46c..0b30056ee 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -177,7 +177,9 @@ Internet Protocols and Support * `smtp <smtp.html>`_ This module implement a simple SMTP client. - + +* `irc <irc.html>`_ + This module implements an asynchronous IRC client. Parsers ------- |