This is a simple IRCbot for the AniNIX's operations.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
DarkFeather 59ae84bbbb
Need sudo for user creation
3 years ago
sample-confs Removed Pushbullet support 3 years ago
.gitignore Removed Pushbullet support 3 years ago
AlreadyIdentifiedException.csharp r.searches function, fixes, SharedLibraries configuration inclusion 7 years ago
Connection.csharp Fixes for URL titling and chat timeouts 7 years ago
ExitedException.csharp r.searches function, fixes, SharedLibraries configuration inclusion 7 years ago
IRCClientMessage.csharp Fixes for URL titling and chat timeouts 7 years ago
IRCMessage.csharp Fixes for URL titling and chat timeouts 7 years ago
IRCPongMessage.csharp Fixes for URL titling and chat timeouts 7 years ago
IRCServerMessage.csharp Makefile fixes; adding DiscordBridge whitelist 5 years ago
LICENSE Updating r.msg to use PushBullet instead of mail 6 years ago
Makefile Need sudo for user creation 3 years ago
PKGBUILD Adding Uniglot to build dependencies 3 years ago
README.md Removed Pushbullet support 3 years ago
Raven.csharp Removed Pushbullet support 3 years ago
RavenCommand.csharp Removed Pushbullet support 3 years ago
RavenConfigure.csharp Updating r.msg to use PushBullet instead of mail 6 years ago
RavenNetListener.csharp Adding files 5 years ago
chatbot-support.bash Updating r.msg to use PushBullet instead of mail 6 years ago
math-support.bash Other dumb things in the script. 6 years ago
raven-local.service Converting to Git. 7 years ago
raven.service Removed Pushbullet support 3 years ago
ravensend Removed Pushbullet support 3 years ago
timedoutexception.csharp Converting to Git. 7 years ago

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.