aboutsummaryrefslogtreecommitdiffstats
path: root/src/Lib.hs
blob: b34100ed23a7947062ae2301aef9aa865f5cf0f6 (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