A haskell IRC bot because who doesn't need one
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

14 lines
212B

  1. module IRC.Connection where
  2. import Data.Word (Word16)
  3. --import qualified Network.Socket as S
  4. -- The host to connect to.
  5. type Host = String
  6. -- The port to connect to.
  7. type Port = Word16
  8. --connect :: S.Socket