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 edited
1 copied
1 moved

Legend:

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

    r214 r302  
    1 package Sophie::Client::Term; 
     1package Sophie::Bot::Term; 
    22 
    33use 5.010000; 
     
    55use warnings; 
    66use Term::ReadLine; 
    7 use base qw(Sophie::Client); 
     7use base qw(Sophie::Bot); 
    88 
    99our $VERSION = '0.01'; 
Note: See TracChangeset for help on using the changeset viewer.