xbot/README.md

24 lines
397 B
Markdown
Raw Normal View History

2015-03-24 03:12:35 -07:00
# xbot
2015-04-07 09:44:37 -07:00
2024-02-16 22:03:20 -08:00
xbot is a modular IRC bot in C for Linux and Windows
2015-04-07 09:44:37 -07: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-16 22:03:20 -08:00
* UNLOADMOD <module>
2024-02-17 00:21:22 -08:00
* MODLIST
2015-04-07 09:44:37 -07:00
* JOIN <channel>