darkf / lambot

An IRC bot written in the Lamb programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a command to pastebin the last N lines of conversation

darkf opened this issue · comments

commented

Say someone joins in the middle of a conversation; if we could type $log 16 to pastebin the last 16 lines, we might have some context.

This could upload to http://sprunge.us/ or http://ix.io/ using simple HTTP.

To conserve memory it could also only keep the last MAX_LINES lines.