diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-05 22:55:36 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-05 22:55:36 +0000 |
commit | 6878f1d98ae3038d5512818b6b00b6c3bc380862 (patch) | |
tree | e76a5ce4c5124c06949307964d5ee0f95d66f4fc | |
parent | 83fd5d3b11539a07b740048ad93c09e31e8d6701 (diff) |
Fri Aug 05 23:55:20 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* few more tweaks preparing to release 0.9.9
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Rakefile | 2 | ||||
-rw-r--r-- | data/rbot/plugins/httpd.rb.disabled (renamed from data/rbot/plugins/httpd.rb) | 0 | ||||
-rw-r--r-- | data/rbot/templates/lart/praises | 3 | ||||
-rw-r--r-- | data/rbot/templates/levels.rbot | 9 | ||||
-rwxr-xr-x | setup.rb | 2 |
6 files changed, 17 insertions, 3 deletions
@@ -1,3 +1,7 @@ +Fri Aug 05 23:55:20 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> + + * few more tweaks preparing to release 0.9.9 + Thu Aug 04 23:03:30 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> * Improved ircd recognition of rfc2812.rb @@ -16,7 +16,7 @@ spec = Gem::Specification.new do |s| s.requirements << 'Ruby, version 1.8.0 (or newer)' # s.files = Dir.glob("**/*").delete_if { |item| item.include?(".svn") } - s.files = FileList['lib/**/*.rb', 'bin/*', 'data/**/*', 'AUTHORS', 'COPYING', 'README', 'REQUIREMENTS', 'TODO', 'ChangeLog', 'INSTALL', 'Usage_en.txt', 'setup.rb'].to_a + s.files = FileList['lib/**/*.rb', 'bin/*', 'data/**/*', 'AUTHORS', 'COPYING', 'README', 'REQUIREMENTS', 'TODO', 'ChangeLog', 'INSTALL', 'Usage_en.txt', 'setup.rb'].to_a.delete_if {|item| item == ".svn"} s.executables << 'rbot' s.autorequire = 'rbot/ircbot' diff --git a/data/rbot/plugins/httpd.rb b/data/rbot/plugins/httpd.rb.disabled index 92fe3a80..92fe3a80 100644 --- a/data/rbot/plugins/httpd.rb +++ b/data/rbot/plugins/httpd.rb.disabled diff --git a/data/rbot/templates/lart/praises b/data/rbot/templates/lart/praises index ac923dd1..3d89df74 100644 --- a/data/rbot/templates/lart/praises +++ b/data/rbot/templates/lart/praises @@ -1,2 +1,5 @@ hugs <who> gives <who> some love +gives <who> a cookie +slaps <who> heartily on the back +tickles <who> diff --git a/data/rbot/templates/levels.rbot b/data/rbot/templates/levels.rbot index a445d5be..511f3051 100644 --- a/data/rbot/templates/levels.rbot +++ b/data/rbot/templates/levels.rbot @@ -1,12 +1,19 @@ 100 auth 90 quit +90 restart 85 config 80 nick 80 nickserv +80 qauth 80 http -70 opmeh +70 opme +70 mode 70 say +70 action +40 quiet +40 talk 50 part +50 hide 50 join 15 delquote 12 msginsult @@ -1,4 +1,4 @@ -# +#!/usr/bin/env ruby # setup.rb # # Copyright (c) 2000-2004 Minero Aoki |