This is a simple IRCbot for the AniNIX's operations.
Go to file
DarkFeather 51f895639b
Updating for egrep
2023-10-14 13:15:22 -05:00
ravensend Updating for egrep 2023-10-14 13:15:22 -05:00
sample-confs Moving netlistener onto a unique config block 2023-01-20 08:36:34 -06:00
.gitignore Updating packaging 2023-10-14 13:14: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 for hooks 2023-10-14 13:12:53 -05:00
Makefile Need sudo for user creation 2020-11-24 12:52:50 -06:00
PKGBUILD Updating packaging 2023-10-14 13:14:40 -05:00
README.md Removed Pushbullet support 2020-09-10 16:20:40 -05:00
Raven.csharp Adding r.ip to help 2023-01-20 14:23:39 -06:00
RavenCommand.csharp Generalizing IP curl 2023-01-20 14:23:26 -06:00
RavenConfigure.csharp Updating r.msg to use PushBullet instead of mail 2017-12-04 16:32:37 -06:00
RavenNetListener.csharp Moving netlistener onto a unique config block 2023-01-20 08:36:34 -06:00
chatbot-support.bash Updating r.msg to use PushBullet instead of mail 2017-12-04 16:32:37 -06:00
installscript Updating packaging 2023-10-14 13:14:40 -05:00
math-support.bash Updating for hooks 2023-10-14 13:12:53 -05: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
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.