Mercurial > wow > ouroloot
comparison core.lua @ 18:ca797c0f32d4
Scoping/keyword bug.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Fri, 26 Aug 2011 02:52:33 +0000 |
parents | d929c40cdb09 |
children | f560cf82e7d3 |
comparison
equal
deleted
inserted
replaced
17:d929c40cdb09 | 18:ca797c0f32d4 |
---|---|
1502 addon:Print("%s has requested additional broadcasters! Choose %s to enable rebroadcasting, or %s to remain off and also ignore rebroadcast requests for as long as you're logged in. Or do nothing for now to see if other requests arrive.", | 1502 addon:Print("%s has requested additional broadcasters! Choose %s to enable rebroadcasting, or %s to remain off and also ignore rebroadcast requests for as long as you're logged in. Or do nothing for now to see if other requests arrive.", |
1503 sender, | 1503 sender, |
1504 addon.format_hypertext('bcaston',"the red pill",'|cffff4040'), | 1504 addon.format_hypertext('bcaston',"the red pill",'|cffff4040'), |
1505 addon.format_hypertext('waferthin',"the blue pill",'|cff0070dd')) | 1505 addon.format_hypertext('waferthin',"the blue pill",'|cff0070dd')) |
1506 end | 1506 end |
1507 self.popped = true | 1507 addon.popped = true |
1508 end | 1508 end |
1509 | 1509 |
1510 OCR_funcs.bcast_responder = function (sender) | 1510 OCR_funcs.bcast_responder = function (sender) |
1511 if addon.debug.comm or addon.requesting or | 1511 if addon.debug.comm or addon.requesting or |
1512 ((not g_wafer_thin) and (not addon.rebroadcast)) | 1512 ((not g_wafer_thin) and (not addon.rebroadcast)) |