2024-03-08 19:42:57 +00:00
|
|
|
<p align="center">
|
|
|
|
<img src="https://raw.githubusercontent.com/ablakely/xbot/master/resources/xbot.png" alt="xbot">
|
|
|
|
<br>
|
|
|
|
<h2 align="center">xbot</h2>
|
|
|
|
</p>
|
2024-03-08 19:40:34 +00:00
|
|
|
|
2024-03-08 19:42:57 +00:00
|
|
|
---
|
2015-04-07 16:44:37 +00:00
|
|
|
|
2024-02-17 06:03:20 +00:00
|
|
|
xbot is a modular IRC bot in C for Linux and Windows
|
2015-04-07 16:44:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
To build xbot use the following commands
|
|
|
|
|
|
|
|
make
|
|
|
|
make mods
|
|
|
|
|
|
|
|
Afterwords, just edit xbot.cfg and execute the xbot binary.
|
|
|
|
|
|
|
|
## Built-in Admin Commands
|
|
|
|
|
|
|
|
These are commands which allow the bot's admin to control it once it's connected to the IRC server.
|
|
|
|
|
|
|
|
* LOADMOD <module>
|
2024-02-17 06:03:20 +00:00
|
|
|
* UNLOADMOD <module>
|
2024-02-17 08:21:22 +00:00
|
|
|
* MODLIST
|
2015-04-07 16:44:37 +00:00
|
|
|
* JOIN <channel>
|
|
|
|
|