Skip to content

oontvoo/bash-irc-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-irc-bot

A simple, modular IRC bot written in bash

throw "modules" into /modules/module-name/module-name.sh and they will be loaded up during runtime.

call modules with botname: test arg1 arg2 ....

Hilighted modules

  1. talk This allows the bot to intelligently converse with users.

  2. subscribe This allows the bot to send chat logs to subscribed users.

  3. rps This allows the bot to play Rock-paper-scissors.

  4. azhu This predicts the probability that azhu is sleeping :D (Just a joke we made to a friend)

//TODO: more to come

About

A simple IRC bot written in bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.4%
  • Shell 15.6%