-
Notifications
You must be signed in to change notification settings - Fork 0
irc c++ bot
License
kwakkel1000/ircppbot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
needed packages gcc / g++ make libmysqlclient gframe (database and socket) a working mysql server (can be another host) building: ./configure make make install mysql database import bot.sql import binds.sql for default running: log // if filelog (gframe) copy and edit the next text into /etc/logrotate.d/ircppbot /your/dir/log/*.log { daily rotate 20 compress copytruncate delaycompress missingok }