Skip to content

Commit

Permalink
Remove json requirement, updated message template
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee committed Apr 19, 2009
1 parent 7e58257 commit 5567ac1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion colloqueer.pl
Expand Up @@ -19,7 +19,6 @@
use POE qw/Component::IRC::State/;
use POE::Kernel { loop => 'Glib' };
use YAML::Any;
use JSON::Any;

open my $config_fh, '<', 'config.yaml';

Expand Down
4 changes: 1 addition & 3 deletions share/message.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf8"?>
<envelope>
<sender hostmask="[% user %]"[% IF self %] self="yes"[% END %]>[% user %]</sender>
[% FOR msg IN msgs %]
<sender hostmask="[% msg.hostmask %]"[% IF self %] self="yes"[% END %]>[% msg.nick %]</sender>
<message id="[% msg.id %]" received="[% msg.date.ymd %] [% msg.date.hms %]">[% msg.text %]</message>
[% END %]
</envelope>

0 comments on commit 5567ac1

Please sign in to comment.