# HG changeset patch # User Matti Hamalainen # Date 1594158455 -10800 # Node ID 3b363fd0a60be2b9ce596d3355b8691be78de29f # Parent a513b98f2a377760bd832b80f480bc5df89c8188 weather: Remove duplicated weather_save_aliases call. diff -r a513b98f2a37 -r 3b363fd0a60b weather.tcl --- a/weather.tcl Wed Jul 08 00:42:05 2020 +0300 +++ b/weather.tcl Wed Jul 08 00:47:35 2020 +0300 @@ -356,6 +356,7 @@ } else { set res [weather_qm "stations_no_matches"] } + weather_msg $upublic $unick $uchan "stations_list" [list $res] return 0 } elseif {$rcmd == "lahin" || $rcmd == "lähin" || $rcmd == "closest" || $rcmd == "nearest"} { @@ -476,7 +477,6 @@ unset weather_aliases($ualias) weather_save_aliases - weather_save_aliases return 0 } elseif {$rcmd == "list"} { # List all currently defined aliases