Mercurial > wow > squawk
comparison Squawk.lua @ 8:34078dfcc67c
syntax fix
author | wobin |
---|---|
date | Sun, 19 Apr 2009 02:49:29 +1000 |
parents | d19385c4a282 |
children | c535960b1245 |
comparison
equal
deleted
inserted
replaced
7:d19385c4a282 | 8:34078dfcc67c |
---|---|
287 | 287 |
288 function View:NotifyOfNewFollower(Name) | 288 function View:NotifyOfNewFollower(Name) |
289 self:Print(Name.." is now following you") | 289 self:Print(Name.." is now following you") |
290 end | 290 end |
291 | 291 |
292 function View:NotifyOfNewFollower | |
293 | |
294 function View:ShowMeMySquawks() | 292 function View:ShowMeMySquawks() |
295 for _,squawk in ipairs(Model.Squawks) do | 293 for _,squawk in ipairs(Model.Squawks) do |
296 self:Print(squawk.Message) | 294 self:Print(squawk.Message) |
297 end | 295 end |
298 end | 296 end |