ircbot-0.5.1: A library for writing irc bots

Portabilityportable
Stabilitystable
Maintainerjeremy@seereason.com
Safe HaskellSafe-Infered

Network.IRC.Bot.Limiter

Description

A simple rate limiter.

Synopsis

Documentation

newLimiterSource

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