|
@@ -148,7 +148,7 @@ sub said {
|
|
|
}
|
|
|
# ndn
|
|
|
elsif($message->{body} =~ /\b(n(ice|dn)|Antibes|Cannes|Valbonne|Alpes[- ]Maritimes)/i) {
|
|
|
- info("ldn");
|
|
|
+ info("ndn");
|
|
|
}
|
|
|
# netopi
|
|
|
elsif($message->{body} =~ /\b(netopi|Seine[- ](et[- ])?Marne)/i) {
|
|
@@ -266,7 +266,7 @@ sub said {
|
|
|
}
|
|
|
# ndn
|
|
|
elsif($message->{body} =~ /\b(n(ice|dn)|Antibes|Cannes|Valbonne|Alpes[- ]Maritimes)/i) {
|
|
|
- adh("ldn");
|
|
|
+ adh("ndn");
|
|
|
}
|
|
|
# netopi
|
|
|
elsif($message->{body} =~ /\b(netopi|Seine[- ](et[- ])?Marne)/i) {
|