3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-23 04:19:27 +01:00

Correct "counter" to "action" in minor text message

This commit is contained in:
Pragmatic Software 2017-11-08 11:16:46 -08:00
parent 39c9efd7d1
commit 5c954dc43c

View File

@ -185,7 +185,7 @@ sub actiontrigger {
my @triggers = $self->list_triggers($channel);
if (not @triggers) {
$result = "No counter triggers set for $channel.";
$result = "No action triggers set for $channel.";
} else {
$result = "Triggers for $channel:\n";
my $comma = '';