summary refs log tree commit diff stats
path: root/doc/lib.txt
diff options
context:
space:
mode:
authordom96 <dominikpicheta@googlemail.com>2011-09-04 20:28:32 +0100
committerdom96 <dominikpicheta@googlemail.com>2011-09-04 20:28:32 +0100
commit4896f631297f49a38749cf4bb76df749967be370 (patch)
tree2e3f093eb003c34ceafd839e4f4204a110f6a704 /doc/lib.txt
parentfd017726343cbd0f854416ba459a1bcab62ed025 (diff)
downloadNim-4896f631297f49a38749cf4bb76df749967be370.tar.gz
Some improvements relating to the IRC module.
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-xdoc/lib.txt4
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
 -------