--- zzzmorse-0.1.3_pl	Sat Nov 22 18:23:35 2003
+++ zzzmorse-0.1.4_pl	Fri Apr 30 22:36:46 2004
@@ -2,5 +2,5 @@
 # -----------------------------------------------------------------------------
 # zzzmorse.pl (Irssi version) -- encode to / decode from morse code
-# Copyright (C) 2003 Fabian "zzznowman" Pietsch <fabian-irssi@zzznowman.dyndns.org>
+# Copyright (C) 2003, 2004 Fabian "zzznowman" Pietsch <fabian-irssi@zzznowman.dyndns.org>
 #
 # Irssi interface usage taken from kenny.pl
@@ -24,5 +24,5 @@
 # -----------------------------------------------------------------------------
 #
-# Version 0.1.3 (2003-11-22)
+# Version 0.1.4 (2004-04-30)
 #
 # ChangeLog:
@@ -41,6 +41,9 @@
 #   o general signal handling & code cleanup
 #
+# v0.1.4
+#   o added encoding for '@': '.--.-.'
+#
 # Bugs:
-#   o Currently doesn't encode:  # * = + ~ µ @ ^ ° § $ % & ² ³ < >  etc.
+#   o Currently doesn't encode:  # * = + ~ µ ^ ° § $ % & ² ³ < >  etc.
 #   o While encoding, the code for Ch isn't used; this is due to only humans
 #     being able to decide whether 'ch' in a word is meant to be a german 'ch'
@@ -52,5 +55,5 @@
 use vars qw($VERSION %IRSSI);
 
-$VERSION = '0.1.3';
+$VERSION = '0.1.4';
 
 %IRSSI = (
@@ -61,5 +64,5 @@
 	'license'     => 'GPL',
 	'url'         => 'http://zzz.deixu.net/software/raw/script/irssi/zzzmorse.pl',
-	'changed'     => '2003-11-22'
+	'changed'     => '2004-04-30'
 );
 
@@ -125,4 +128,5 @@
 	"'" => '.----.',
 	'-' => '-....-',
+	'@' => '.--.-.',
 	'/' => '-..-.',		# "fraction bar"
 	'{PAR}' => '-.--.-',	# "brackets (parentheses)"

