projects
/
onis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e3c4b5
)
A bug in Onis::Users has been fixed.
author
octo
<octo>
Sun, 17 Apr 2005 12:30:33 +0000
(12:30 +0000)
committer
octo
<octo>
Sun, 17 Apr 2005 12:30:33 +0000
(12:30 +0000)
CHANGELOG
patch
|
blob
|
history
lib/Onis/Users.pm
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
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.
diff --git
a/lib/Onis/Users.pm
b/lib/Onis/Users.pm
index
b34cff5
..
2b4eb40
100644
(file)
--- a/
lib/Onis/Users.pm
+++ b/
lib/Onis/Users.pm
@@
-221,7
+221,7
@@
sub chatter_to_name
if ($chatter =~ $re)
{
- $retval = $
_
;
+ $retval = $
name
;
last USER;
}
}