diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-10 23:12:50 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-10 23:12:50 +0000 |
commit | 8db3c907730752ccc668c69080680d1b90140c10 (patch) | |
tree | c080db6ea30f2a923a5ff809682791d558d9f046 /ChangeLog | |
parent | 61778ca75f9659c1482284ee0cc56178928044d8 (diff) |
AUTHORS update.
Added two plugins from Robin Kearney <robin@riviera.org.uk>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Thu Aug 11 00:04:31 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> + + * Patches from "Alexey I. Froloff" <raorn@altlinux.ru> + * Do not use "/home/#{Etc.getlogin}/" for default home directory, use + "#{Etc.getpwnam(Etc.getlogin).dir}/" instead. + * Do not try to load same plugin from different locations. Added ability + to disable system-wide plugins - create PLUGIN.rb.disabled in user's + plugins directory. + * For example, to disable freshmeat plugin installed in /usr/share/rbot/plugins/freshmeat.rb one can create empty file ~/.rbot/plugins/freshmeat.rb.disabled + Mon Aug 08 23:08:01 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> * new markov plugin for random inane chat |