mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +01:00
Correct "counter" to "action" in minor text message
This commit is contained in:
parent
39c9efd7d1
commit
5c954dc43c
@ -185,7 +185,7 @@ sub actiontrigger {
|
|||||||
my @triggers = $self->list_triggers($channel);
|
my @triggers = $self->list_triggers($channel);
|
||||||
|
|
||||||
if (not @triggers) {
|
if (not @triggers) {
|
||||||
$result = "No counter triggers set for $channel.";
|
$result = "No action triggers set for $channel.";
|
||||||
} else {
|
} else {
|
||||||
$result = "Triggers for $channel:\n";
|
$result = "Triggers for $channel:\n";
|
||||||
my $comma = '';
|
my $comma = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user