diff options
author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2015-02-14 17:20:21 -0600 |
---|---|---|
committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2015-02-14 17:20:21 -0600 |
commit | 8ed31ffd2b8cd0605c7db764e951b025129696bc (patch) | |
tree | fab53886649d145c5d4051adb06254b71c1953d2 /doc | |
parent | 706544c63cf90d62a8c26a9cb6f8f96e5b478a73 (diff) | |
download | Nim-8ed31ffd2b8cd0605c7db764e951b025129696bc.tar.gz |
Update lib.txt
removed IRC module from mention on lib.html
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 6897f71e0..da45afea6 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -52,7 +52,7 @@ Core Locks and condition variables for Nim. * `macros <macros.html>`_ - Contains the AST API and documentation of Nim for writing macros. + Contains the AST API and documentation of Nim for writing macros.i * `typeinfo <typeinfo.html>`_ Provides (unsafe) access to Nim's run time type information. @@ -224,9 +224,6 @@ Internet Protocols and Support * `smtp <smtp.html>`_ This module implement a simple SMTP client. -* `irc <irc.html>`_ - This module implements an asynchronous IRC client. - * `ftpclient <ftpclient.html>`_ This module implements an FTP client. |