Related Entities
Haskell Weekly News: October 25, 2007
3 articles also mentioned Ross Paterson
Haskell Weekly News: October 25, 2007
3 articles also mentioned Henning Thielemann
Haskell Weekly News: October 25, 2007
3 articles also mentioned John Goerzen
Haskell Weekly News: October 25, 2007
3 articles also mentioned Justin Bailey
Haskell Weekly News: October 25, 2007
3 articles also mentioned Johan Tibell
Haskell Weekly News: October 25, 2007
3 articles also mentioned Duncan Coutts
Haskell Weekly News: October 25, 2007
3 articles also mentioned David Himmelstrup
About IRC bot
, and so appears to other IRC users as another user. It differs from a regular client in that instead of providing interactive access to IRC for a human user, it performs automated functions.
Read MoreThe historically oldest IRC bots were Bill Wisner's Bartender and Greg Lindahl's GM (Game Manager for the Hunt the Wumpus game).. Over time, bots evolved to provide special services, such as managing channels on behalf of groups of users, maintaining access lists, and providing access to databases.
Often, an IRC bot is deployed as a detached program running from a stable host. It sits on an IRC channel to keep it open and prevents malicious users from taking over the channel. It can be configured to give channel operator status to privileged users when they join the channel, and can provide a unified channel operator list. Many of these features require that the bot be a channel operator. Thus, most IRC bots are run from computers which have long uptimes (generally running a BSD derivative or Linux) and a fast, stable Internet connection. As IRC has become popular with many dial-up users as well, special services have appeared that offer limited user-level access to a stable Linux server with a decent connection. The user may run an IRC bot from this shell account. These services are commonly known as shell providers.
A bot can also perform many other useful functions, such as logging what happens in an IRC channel, giving out information on demand (very popular in IRC channels dealing with user support), creating statistics, hosting trivia games, and so on. These functions are usually provided by user-writable scripts, often written in a scripting programming language such as Tcl or Perl, added to the bot in question. Channels dedicated to file sharing often use XDCC bots to distribute their files.
IRC bots are particularly well-used on IRC networks without channel registration services like ChanServ, such as EFnet and IRCnet, and on networks that may prevent channels from being registered due to certain registration requirements (minimum user count, etc.), such as Undernet or QuakeNet. Where bots are used for administrative functions such as this, they may need more access than a normal client connection allows. Some versions of IRC have a "Service" protocol that allows clients these extra powers. Such server-sanctioned bots are called IRC services.
Bots are not always welcome. Some IRC networks forbid the usage of bots. One of the reasons for doing so is that each nickname connected to the network increases the size of the network database which is being kept in sync across all servers. Allowing for bots in large networks can cause a relevant amount of network traffic overhead which needs to be financed and may even lead to netsplits. This however is a shortcoming of the IRC technology, not the bots."
-
Mentioned In 6 Articles
-
thoughtpolice's infinity at master — GitHub
github.com (Jun 23 2008) Explore Article
An IRC bot ###### ###### #### ###### ###### ###### # # ## # # ####### ########## ########## ### ########## ###... (Read Full Article)
Comment on Article Mentions: IRC bot
-
Laughing man project; first version of IRC library in erlang
Berlin Brown and Development (Mar 2 2008) Explore Article
...glecode.com/svn/trunk/botlistprojects/laughingman/ No bot/agent system would be complete without an IRC bot agent. This is the skeleton version of the botlist-laughingman IRC bot. It is a basic Erlang IRC bot right now. It could work as a good skeleton. * Works with current releases of erlang (as of 3/1/200... (Read Full Article)
Comment on Article Mentions: IRC bot
-
Haskell Weekly News: Haskell Weekly News: February 23, 2008
The Haskell Sequence (Feb 23 2008) Explore Article
...e.. lambdabot 4.1. Uploaded by Gwern Branwen. lambdabot: A multi-talented IRC bot. HsOpenSSL 0.4. Uploaded by Masatake Daimon. HsOpenSSL: (Part of) OpenSSL... (Read Full Article)
Comment on Article Mentions: Adam Langley Eric Kow David Himmelstrup
-
Haskell Weekly News: February 23, 2008
The Haskell Sequence (Feb 23 2008) Explore Article
...e.. lambdabot 4.1. Uploaded by Gwern Branwen. lambdabot: A multi-talented IRC bot. HsOpenSSL 0.4. Uploaded by Masatake Daimon. HsOpenSSL: (Part of) OpenSSL... (Read Full Article)
Comment on Article Mentions: Adam Langley Eric Kow David Himmelstrup
-
Botlist Hackathon - Adding test/build server and Lisp web frontend
Berlin Brown and Development (Feb 22 2008) Explore Article
...VC - Part of the main web front-end.4. Haskell - Text processing back-end.5. Erlang - Web scraping, IRC bot.6. Lisp - New web front-end.Other notables.A. Perl - for misc scripting tasksB. Factor - used for w... (Read Full Article)
Comment on Article Mentions: IRC bot
-
Haskell Weekly News: October 25, 2007
The Haskell Sequence (Oct 25 2007) Explore Article
...where on the Internet. infinity. Uploaded by Austin Seipp. infinity, tiny IRC bot, extendable through plugins written in haskell WURFL. Uploaded by alpheccar. WURFL, ... (Read Full Article)
Comment on Article Mentions: Emil Axelsson John Goerzen Haskell Workshop





