2014-10-04 21:22:24 +05:30
|
|
|
{-|
|
|
|
|
Module : Network.IRC
|
|
|
|
Description : A simple and extensible IRC bot.
|
2015-06-30 00:15:17 +05:30
|
|
|
Copyright : (c) Abhinav Sarkar, 2014-2015
|
2014-10-04 21:22:24 +05:30
|
|
|
License : Apache-2.0
|
|
|
|
Maintainer : abhinav@abhinavsarkar.net
|
|
|
|
Stability : experimental
|
|
|
|
Portability : POSIX
|
|
|
|
-}
|
2014-06-07 00:50:27 +05:30
|
|
|
|
2014-10-13 11:21:08 +05:30
|
|
|
module Network.IRC
|
|
|
|
( module Network.IRC.Types
|
|
|
|
, module Network.IRC.Client
|
|
|
|
) where
|
2014-10-04 21:22:24 +05:30
|
|
|
|
2014-10-13 11:21:08 +05:30
|
|
|
import Network.IRC.Types
|
|
|
|
import Network.IRC.Client
|