add module specific help
[xmlrtorrent.git] / xmlrtorrent / HTTPTalker.pm
index 612d9fc..bab2209 100644 (file)
@@ -16,6 +16,7 @@ sub new {
     my $self = $class->SUPER::new();
 
     $self->{'NAME'} = 'http';
+    $self->{'DESC'} = 'talker using RPC over HTTP';
 
     bless($self, $class);