diff options
Diffstat (limited to 'src/keeper.lua')
-rw-r--r-- | src/keeper.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keeper.lua b/src/keeper.lua index f76173b..9256a4b 100644 --- a/src/keeper.lua +++ b/src/keeper.lua | |||
@@ -11,7 +11,7 @@ | |||
11 | --[[ | 11 | --[[ |
12 | =============================================================================== | 12 | =============================================================================== |
13 | 13 | ||
14 | Copyright (C) 2008 Asko Kauppi <akauppi@gmail.com> | 14 | Copyright (C) 2008-10 Asko Kauppi <akauppi@gmail.com> |
15 | 15 | ||
16 | Permission is hereby granted, free of charge, to any person obtaining a copy | 16 | Permission is hereby granted, free of charge, to any person obtaining a copy |
17 | of this software and associated documentation files (the "Software"), to deal | 17 | of this software and associated documentation files (the "Software"), to deal |
@@ -135,7 +135,7 @@ function send( ud, key, ... ) | |||
135 | local m= limits[key] | 135 | local m= limits[key] |
136 | 136 | ||
137 | if m and len+n > m then | 137 | if m and len+n > m then |
138 | return false -- would exceed the limit; try again later | 138 | return false -- would exceed the limit; try again later |
139 | end | 139 | end |
140 | 140 | ||
141 | for i=1,n do | 141 | for i=1,n do |