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/bin/sophie-bot

    r299 r302  
    33use strict; 
    44use warnings; 
    5 use Sophie::Client; 
     5use Sophie::Bot; 
    66use Getopt::Long; 
    77use Pod::Usage; 
     
    3030} 
    3131 
    32 $configfile ||= "$ENV{HOME}/.sophie.conf"; 
     32$configfile ||= "/etc/sophie/sophie-bot.conf"; 
    3333 
    3434if (my $conf = Config::General->new($configfile)) { 
     
    4141} 
    4242 
    43 my $sc = Sophie::Client->new( 
     43my $sc = Sophie::Bot->new( 
    4444    server => $url, 
    4545    login => $login, 
Note: See TracChangeset for help on using the changeset viewer.