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:
parent
39c9efd7d1
commit
5c954dc43c
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user