A bug in Onis::Users has been fixed.
authorocto <octo>
Sun, 17 Apr 2005 12:30:33 +0000 (12:30 +0000)
committerocto <octo>
Sun, 17 Apr 2005 12:30:33 +0000 (12:30 +0000)
CHANGELOG
lib/Onis/Users.pm

index 1d758f8..0839194 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,8 @@ http://verplant.org/onis/
  - A plugin showing the channel activity based on weekdays has been added.
  - A plugin showing the channel activity over the last 31 days
    (configurable, of course) has been added.
+ - The Userdetails-plugin has been extended to display the data of the above
+   plugins, too.
  - Many, many code and documentation fixes and additions.
 
 
index b34cff5..2b4eb40 100644 (file)
@@ -221,7 +221,7 @@ sub chatter_to_name
 
                        if ($chatter =~ $re)
                        {
-                               $retval = $_;
+                               $retval = $name;
                                last USER;
                        }
                }