diff weather.tcl @ 589:b07ff5123baf

Oops.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Jan 2021 10:57:13 +0200
parents dae8f6ad12c2
children 7f7d8048ecb5
line wrap: on
line diff
--- a/weather.tcl	Wed Jan 27 10:24:59 2021 +0200
+++ b/weather.tcl	Wed Jan 27 10:57:13 2021 +0200
@@ -52,7 +52,6 @@
 proc weather_smsg {apublic anick achan amsg {aargs {}}} {
   global weather_preferredmsg weather_cmd_name
   set amsg [string map [list "@cmd@" $weather_cmd_name] $amsg]
-  set amsg [string map [list "@nick@" $anick] $amsg]
   utl_msg_args $weather_preferredmsg $apublic $anick $achan $amsg $aargs
 }