{% extends "base.html" %} {% comment %} vim:ft=htmldjango: {% endcomment %} {% block title %}Webchat - {{ block.super }}{% endblock %} {% block content %}

Webchat

This is a webchat applet provided by the freenode network. This is a convenient solution if you just want to chat in the #widelands channel on freenode.

{% if user.is_anonymous %} Anonymous {% else %} {% endif %} {% comment %} No smileys for now {% endcomment %}

No java support

Sorry, but you need a Java 1.4.x enabled browser to use PJIRC.

{% endblock %}