2

How can I offer indexed, searchable (full text search) IRC channel logs to my users?

Also nice to have would be that users logging on to the channel could get a recap of what they missed since their last logon.

Are there bots that provide this service?

We are using hybrid ircd on Linux (Ubuntu).

3 Answers3

1

Simple way is to set up a logging bot in all channels, save them to a webpage, then have a custome google search.

Amandasaurus
  • 33,461
1

Here's a logging bot that stores its data to MySQL database and provide a web-based search facility.

Maxwell
  • 5,086
0

You might be intrested in djangobot , which is used in #django

since it is build with django you can store it in several database backends, like mysql, postgresql and SQLite.

Drakonen
  • 104