aboutsummaryrefslogtreecommitdiffstats
path: root/src/Lib.hs
blob: f08b289622b3fe20b2165d3eb20e77baf00ede92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{-# LANGUAGE OverloadedStrings #-}

module Lib
    ( someFunc
    ) where

import Database.SQLite.Simple

import CliOptions (parseOptions)
import IRC (connectIRC)
import Message
import Plugin

someFunc :: IO ()
someFunc = do
    connectIRC "irc.freenode.net" 6697 "test-bot-7890asdf"
    -- parseOptions