Update lib.txt

removed IRC module from mention on lib.html
This commit is contained in:
Billingsly Wetherfordshire
2015-02-14 17:20:21 -06:00
parent 706544c63c
commit 8ed31ffd2b

View File

@@ -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.