erlang-irc-bot icon indicating copy to clipboard operation
erlang-irc-bot copied to clipboard

A simple extendable irc bot in Erlang

Results 5 erlang-irc-bot issues
Sort by recently updated
recently updated
newest added

ircbot_connection should be a gen_server, so that it reloads itself automatically. also, that way it can be supervised by a supervisor (which doesn't do anything now). the whole supervisor thing...

It removes a channel on any command, not only on those sent to the bot. This will need to be rethought.

http://tools.ietf.org/html/rfc2812#section-2.2 > Because of IRC's Scandinavian origin, the characters {}|^ are > considered to be the lower case equivalents of the characters []~, > respectively. This is a critical issue...

The bot and the plugins depend on regular expressions for all kinds of text parsing. I should make some unit tests with real data, so that it's easier to modify...

bounty

Having an acronym database, should expand the acronyms it finds in channels Question: on demand (only when asked) or automatically?

feature request
bounty