Question

want to convert irc color codes to html via php. Here is the example: http://xvilo.com/logs.php on this server: http://digitalplace.nl/chat

it is a php logbot that log's everything into a database and then shows in the logs page! Now i want to find the color codes and convert them to this <span class="[COLORNAME]">[MESSAGE]</span>

I hope somebody can help me out!

Was it helpful?

Solution

I found this, might be interesting.

https://metacpan.org/pod/IRC::Formatting::HTML

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top