ian%hixie.ch
|
d86870c0c7
|
=This is quite a serious bug. Turns out that modules (of course) run in the scope of the method in which they were loaded... which means they can access variables such as 'nick' that are defined using my in the global scope. Ouch. Anyway, this fixes the problem with bots randomly losing their nick while using Karma. I would have caught it earlier, but I don't use Karma myself, so...
|
2004-03-15 13:19:23 +00:00 |
|
ian%hixie.ch
|
23c5450f1d
|
No longer support 'foo karma' or 'foo rank' since they clashed with 'help karma' and 'help rank' and other commands of that syntax.
|
2004-02-02 18:01:12 +00:00 |
|
ian%hixie.ch
|
7931dd2ce8
|
Be silently compatible with Infobot's 'karma' syntax. Bug 142377
|
2003-10-17 09:47:53 +00:00 |
|
ian%hixie.ch
|
d80d23f8f1
|
Bug 124748: Stop time drift once and for all by using a globally initialised time() value. This was done as a pretty blind search-and-replace, so may have caused regressions and may be non-optimal. Please file bugs if you spot problems. This adds the entry 'time' to the event object.
|
2003-10-03 15:47:35 +00:00 |
|
ian%hixie.ch
|
3d86463b34
|
Make help slightly more helpful
|
2003-08-14 13:45:40 +00:00 |
|
ian%hixie.ch
|
14c7acad0f
|
Minor typo in help text, ++ should be --. b=132195, p=mental, r=hixie
|
2002-03-24 16:54:07 +00:00 |
|
ian%hixie.ch
|
fc071a9e7e
|
Improve help info. Change the command syntax to not clash with the Infobot module. Made the -- and ++ commands slightly more discriminating. Fixed an error in an error message (how long till ' loses its special meaning... grr...). Made people drop off the list when they hit zero. Made the individual karma report give the position of the person in the list. Fixed a logic errer in the private stats code. b=123713, r=kerz
|
2002-02-19 22:34:49 +00:00 |
|
ian%hixie.ch
|
ad706350b0
|
oops, stray dot meant the private karma scores were getting corrupted! r=kerz
|
2001-11-25 01:25:27 +00:00 |
|
ian%hixie.ch
|
9e4bc32d9a
|
Initial checkin of a karma module. r=kerz b=111757
|
2001-11-25 01:01:35 +00:00 |
|