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