Skip to content

Commit

Permalink
Removing obvious '09-isms
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Aug 29, 2006
1 parent 2285c67 commit d4092b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MIT/Session.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ sub greet {
my $self = shift;
return if $MIT::userDB->greeted($self->{NICK});
$self->send("Hello, " . $self->displayName .
". I'm a bot set up to help maintain the " .
"chatroom for future members of MIT class of 2009. \n" .
". I'm a bot set up to help maintain chatrooms " .
"chatroom for incoming or prospective MIT prefrosh. \n" .
"I haven't seen you around before. " .
"Type 'help' to learn how to let me know ".
"who you are, or ignore me and I won't bother " .
Expand Down
5 changes: 2 additions & 3 deletions commands/about.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ sub source
{
my ($self, $who, $chat, @args) = @_;
return <<'SOURCE';
Perl source to the bot is available at
http://web.mit.edu/nelhage/Public/snb.tgz
Bug Nelson (AIM: hanjithearcher, snb@mit.edu) if it's out of date.
Perl source to the bot is available via anonymous svn from
svn://nelhage.mit.edu/snb/
SOURCE
}

Expand Down
2 changes: 1 addition & 1 deletion commands/info.pm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sub uptime {


registerCommand("cheer" => \&cheer);
registerCommand("photos" => \&photos);
#registerCommand("photos" => \&photos);
registerCommand("countdown" => \&countdown);
registerCommand("uptime" => \&uptime);

Expand Down

0 comments on commit d4092b6

Please sign in to comment.