Skip to content

Commit

Permalink
Item258: TWiki -> Foswiki rebranding
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/WikiBot@989 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Nov 27, 2008
1 parent d0f7b68 commit a137723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BotModules/TWikiBotLog.bm → BotModules/FoswikiBotLog.pm
@@ -1,8 +1,8 @@
################################
# TWikiBot Log Module #
# FoswikiBot Log Module #
################################

package BotModules::TWikiBotLog;
package BotModules::FoswikiBotLog;
use vars qw(@ISA);
use Date::Format;
use LWP::Simple;
Expand All @@ -27,7 +27,7 @@ sub Help {
my $self = shift;
my ($event) = @_;
return {
'' => 'This is the TWikiBot logging module. It provides commands to work with [LOGGER].',
'' => 'This is the FoswikiBot logging module. It provides commands to work with [LOGGER].',
'logtime' => 'Requests that the bot provide a link to the current line of the [LOGGER] logs. It has one optional parameter, the channel name.',
};
}
Expand Down

0 comments on commit a137723

Please sign in to comment.