ircbot-0.6.6.1: A library for writing IRC bots
Copyright(c) 2012 Eric Mertens
LicenseBSD3
Maintainerjeremy@seereason.com
Stabilitystable
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.IRC.Bot.Limiter

Description

A simple rate limiter.

Synopsis

Documentation

newLimiter Source #

Arguments

:: Int

max burst length

-> Int

delay (in microseconds)

-> IO Limiter 

Construct a new rate limit control

limit :: Limiter -> IO () Source #

Execute this before sending