comparison Squawk.lua @ 6:b108025d5deb

This syntax checking precommit hook is annoying =P
author wobin
date Fri, 17 Apr 2009 20:47:06 +1000
parents 50ef3ed9d0da
children d19385c4a282
comparison
equal deleted inserted replaced
5:50ef3ed9d0da 6:b108025d5deb
226 end 226 end
227 end 227 end
228 228
229 function View:ShowMeWhoIveBlocked() 229 function View:ShowMeWhoIveBlocked()
230 self:Print("I've blocked:") 230 self:Print("I've blocked:")
231 for name, in pairs(Settings.Blocked) do 231 for name,_ in pairs(Settings.Blocked) do
232 self:Print(name) 232 self:Print(name)
233 end 233 end
234 end 234 end