Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pBlueG committed Apr 23, 2014
1 parent da1be81 commit 7e3d776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/channel_log.plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function onCommand($bot, $command, $params, $user, $recipient, $ident)
if(!count($params) || !Misc::isChannel($params[0]))
return $bot->Say($recipient, '[color=red][b]Syntax:[/b][/color] !logdel (#channel)');
$this->delChannel($params[0]);
$bot->Say($recipient, '>> The channel has removed from the log buffer.');
$bot->Say($recipient, '>> The channel has been removed from the log buffer.');
break;
default:
break;
Expand Down

0 comments on commit 7e3d776

Please sign in to comment.