mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 21:25:42 -04:00
Make prefixed factoid commands unable to learn
This commit is contained in:
parent
c87e3ecc6a
commit
711c8c6d21
1 changed files with 37 additions and 36 deletions
|
@ -300,6 +300,7 @@ sub handle {
|
||||||
}
|
}
|
||||||
|
|
||||||
$newsaid->{addressed} = 1;
|
$newsaid->{addressed} = 1;
|
||||||
|
$newsaid->{nolearn} = 1;
|
||||||
|
|
||||||
my ($s, $r) = $self->command($newsaid, $pm);
|
my ($s, $r) = $self->command($newsaid, $pm);
|
||||||
if ($s) {
|
if ($s) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue