Ignore:
Timestamp:
01/14/11 02:15:19 (13 years ago)
Author:
nanardon
Message:

rename module to avoid conflict with sophie-tools

Location:
bot
Files:
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • bot/trunk/lib/Sophie/Bot.pm

    r299 r302  
    1 package Sophie::Client; 
     1package Sophie::Bot; 
    22 
    33use 5.010000; 
     
    1414 
    1515    my $self = $class->SUPER::new( 
    16         $options{server} || 'http://sophie2.aero.jussieu.fr/rpc' 
     16        $options{server} || 'http://sophie.zarb.org/rpc' 
    1717    ); 
    1818    if ($options{proxy}) { 
Note: See TracChangeset for help on using the changeset viewer.