|
Revision 53, 1.1 kB
(checked in by bkuhn, 9 months ago)
|
- Added SFLC's internally developed tim bot released under AGPLv3
|
| Line | |
|---|
| 1 |
Revision history Bot::BasicBot |
|---|
| 2 |
|
|---|
| 3 |
0.61 2005/05/13 |
|---|
| 4 |
- Fix for the odd behaviour of freenode - we ask the server for the time |
|---|
| 5 |
periodically to catch servers that don't send pings. |
|---|
| 6 |
|
|---|
| 7 |
0.60 2005/03/21 |
|---|
| 8 |
- Charset support |
|---|
| 9 |
- use Text::Wrap to split up really long responses, instead of a |
|---|
| 10 |
nasty regexp, so we split on spaces properly. |
|---|
| 11 |
|
|---|
| 12 |
0.50 2004/12/01 (revision 1366) |
|---|
| 13 |
- Real (almost) tests |
|---|
| 14 |
- Nick (and op/voice status) tracking |
|---|
| 15 |
- Quiet some warnings |
|---|
| 16 |
|
|---|
| 17 |
0.31 2004/03/16 (revision 643) |
|---|
| 18 |
- Fixed 'addressing' typo, thanks Earle |
|---|
| 19 |
- Fixed annoying errors for logging |
|---|
| 20 |
- Fixed stupid bug where the return value of said wasn't getting said. |
|---|
| 21 |
How can I not have noticed? |
|---|
| 22 |
- if you don't return true from init, be more helpful. |
|---|
| 23 |
- if help doesn't return true, don't say anything |
|---|
| 24 |
- Made SYNOPSIS clearer |
|---|
| 25 |
|
|---|
| 26 |
0.30 2003/01/02 |
|---|
| 27 |
- Randomized name so you can run more than one at once in one POE session |
|---|
| 28 |
- Log a lot less. |
|---|
| 29 |
- Be more aggressive about reconnecting to the server |
|---|
| 30 |
- Put reconnect stand-offs into a lot more places, so we get less confused. |
|---|
| 31 |
- Made reconnect timeout changable |
|---|
| 32 |
- Added a NINJA |
|---|
| 33 |
|
|---|
| 34 |
Changes to 0.25 (released 31st August 2003) not available. |
|---|