Skip to content

rzalamena/exircbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRCBot

An IRC bot implementation in Elixir.

Example

Here is a quick example how to start a bot:

  1. Open an interactive Elixir shell:

    $ iex -S mix run --no-start

    Then spawn a new bot:

    IRCBot.Bot.start_link(%{server: "foobar", port: 6697, nickname: "foobarbaz", channels: ["#foobar"], ssl: true})
  2. Edit the config/config.exs file and run as an application.

Extending the bot

Enable the debug messages to aid you debugging the bot interactions. To do this comment out the logger configuration in the config/config.exs file.

About

An IRC bot implementation written in Elixir.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages