This is a simple IRCbot for the AniNIX's operations.
Ir al archivo
DarkFeather 59ae84bbbb
Need sudo for user creation
2020-11-24 12:52:50 -06:00
sample-confs Removed Pushbullet support 2020-09-10 16:20:40 -05:00
.gitignore Removed Pushbullet support 2020-09-10 16:20:40 -05:00
AlreadyIdentifiedException.csharp r.searches function, fixes, SharedLibraries configuration inclusion 2016-12-04 19:55:52 -06:00
Connection.csharp Fixes for URL titling and chat timeouts 2016-09-27 10:33:41 -05:00
ExitedException.csharp r.searches function, fixes, SharedLibraries configuration inclusion 2016-12-04 19:55:52 -06:00
IRCClientMessage.csharp Fixes for URL titling and chat timeouts 2016-09-27 10:33:41 -05:00
IRCMessage.csharp Fixes for URL titling and chat timeouts 2016-09-27 10:33:41 -05:00
IRCPongMessage.csharp Fixes for URL titling and chat timeouts 2016-09-27 10:33:41 -05:00
IRCServerMessage.csharp Makefile fixes; adding DiscordBridge whitelist 2018-07-27 14:01:22 -05:00
LICENSE Updating r.msg to use PushBullet instead of mail 2017-12-04 16:32:37 -06:00
Makefile Need sudo for user creation 2020-11-24 12:52:50 -06:00
PKGBUILD Adding Uniglot to build dependencies 2020-11-09 04:44:05 -06:00
README.md Removed Pushbullet support 2020-09-10 16:20:40 -05:00
Raven.csharp Removed Pushbullet support 2020-09-10 16:20:40 -05:00
RavenCommand.csharp Removed Pushbullet support 2020-09-10 16:20:40 -05:00
RavenConfigure.csharp Updating r.msg to use PushBullet instead of mail 2017-12-04 16:32:37 -06:00
RavenNetListener.csharp Adding files 2018-10-16 17:42:13 -05:00
chatbot-support.bash Updating r.msg to use PushBullet instead of mail 2017-12-04 16:32:37 -06:00
math-support.bash Other dumb things in the script. 2017-01-13 09:50:10 -06:00
raven-local.service Converting to Git. 2016-08-04 11:08:14 -05:00
raven.service Removed Pushbullet support 2020-09-10 16:20:40 -05:00
ravensend Removed Pushbullet support 2020-09-10 16:20:40 -05:00
timedoutexception.csharp Converting to Git. 2016-08-04 11:08:14 -05:00

README.md

This is a simple IRCbot for the AniNIX's operations.

Usage

To enable this bot, just install the package from the AniNIX repository or run the following:

make
sudo make install
sudo systemctl start raven.service
sudo systemctl enable raven.service

Functionality

This IRCbot has some simple commands that can be found by most users with r.help in whatever channel the bot has joined.

Administrative functions are controlled by the access lists and can be found with r.adminhelp.

The bot can also be invoked with mono ./raven.mono -h to get more detailed help.