diff options
author | eliott <eliott@cactuswax.net> | 2007-12-03 01:19:30 -0500 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-11 20:27:44 -0800 |
commit | 3a6217bfa31d36c2c9e0d7b1ab4eac2cb1e3b872 (patch) | |
tree | ab9e9035646306793cf0ad3aefe47b3132187d2e /templates/public/irc.html | |
parent | f44610c04ab9c11880ca0fb919fc5e13114a09f0 (diff) |
Added irc channel.
Removed media url. Should be served by apache.
Diffstat (limited to 'templates/public/irc.html')
-rw-r--r-- | templates/public/irc.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/public/irc.html b/templates/public/irc.html index cbd00daa..9cfed49a 100644 --- a/templates/public/irc.html +++ b/templates/public/irc.html @@ -30,7 +30,10 @@ <td>Discussion (Spanish)</td> </tr><tr> <td><strong>#archlinux.br</strong></td> - <td>Discussion (Brazilian Community)</td> + <td>Discussion (Brazilian)</td> + </tr><tr> + <td><strong>#archlinux-it</strong></td> + <td>Discussion (Italian)</td> </tr> </table> </div> |