Reads the tail of ~/runbot/logs/messages.log (configurable) with:
messageslog tailmessageslog tail 50messageslog truncate
The commands can be run in-channel by users with the admin capability. Log
lines are sent to the requesting user via IRC notice, and the channel receives a
short confirmation message with the number of lines sent. truncate clears the
configured log file in place without creating a backup.
Config keys:
supybot.plugins.MessagesLog.logFilePath(default:~/runbot/logs/messages.log)supybot.plugins.MessagesLog.lineCount(default:20)supybot.plugins.MessagesLog.maxLineCount(default:100)