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

pierc_js.js not found #1

Closed dubcanada closed 11 years ago

dubcanada commented 11 years ago

Hey,

In the index.php there is

 <script type="text/javascript" src="pierc_js.js"> </script>

this should be

 <script type="text/javascript" src="pierc.js"> </script>