Python Interpreter in X-Chat
python_interpreter.py — a small plugin that lets you execute code in the context of xchat and sends input and output formatted like an interactive python session to the current channel. I now use it in #python.de for posting small examples.
Keep in mind that it can easily screw up your xchat if you do something wrong.
Usage: >>> print 2**5