diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-07-28 23:55:59 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-07-28 23:55:59 +0000 |
commit | 8caeee3853ef66dd0e326ff17906f9ca544b8a35 (patch) | |
tree | 03faa650efa4ca6ed11bcc4faec1f2ee4ab3a9dc /data/rbot/templates | |
parent | da8e3efa6400c25f4e572c4187a15a37c72af6b8 (diff) |
Thu Jul 28 23:45:26 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Reworked the Timer module. The Timer now has a smart thread manager to
start/stop the tick() thread. This means the timer isn't called every 0.1
seconds to see what needs doing, which is much more efficient
* reworked the ircsocket queue mechanism to use a Timer
* reworked the nickserv plugin to use maps
* made server.reconnect_wait configurable
* added Class tracing mechanism to bin/rbot, use --trace Classname for
debugging
Diffstat (limited to 'data/rbot/templates')
-rw-r--r-- | data/rbot/templates/levels.rbot | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/data/rbot/templates/levels.rbot b/data/rbot/templates/levels.rbot index 2d11c2df..ce338e3b 100644 --- a/data/rbot/templates/levels.rbot +++ b/data/rbot/templates/levels.rbot @@ -1,21 +1,23 @@ -70 say 100 auth -50 part +90 quit 85 config 80 nick +80 nickserv +80 http +70 opmeh +70 say +50 part 50 join +15 delquote 12 msginsult +12 remind+ +5 rmlart +5 rmpraise 5 keycmd 5 lart 5 addlart -10 rmlart 5 addpraise -10 rmpraise -5 addquote -12 remind+ -5 getquote -90 quit 5 remind 5 keyword -15 delquote -70 opmeh +5 addquote +5 getquote |