cube-drone / pierc

A python bot that logs IRC channels, and a PHP/JS interface for browsing said logs.
http://classam.github.com/pierc/
Other
52 stars 24 forks source link

Web interface can't display other channels beside the default one #6

Closed blha303 closed 11 years ago

blha303 commented 11 years ago

I set up pierc with two instances, each pointing to a different channel. I can see the log information in the MySQL database as you can see in this image: img1 but I'm not sure how I can access other channels from the web interface (at http://irc.lazle.co/log)

Thank you for your helpful logging bot :+1:

cube-drone commented 11 years ago

I'm sorry, but I never actually finished that feature. >_> I pretty much just use pierc to log a single channel, so I never got around to modulating the output based on selected channel.

If you're looking to display the logs for two different channels, I propose one of three strategies:

  1. Modify the UI until it can do that.
  2. Set up two 'display' instances, each one pointing to a different channel.
  3. Wait for me to get around to implementing that feature (est. 2038)
blha303 commented 11 years ago

I can do number 2 :D Thanks, I hope you have a great day :)

frdmn commented 11 years ago

@blha303 If this issue is still relevant, git pull might be a strategy as well :)