vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<Bindings>
        <Binding name="BG_SEND_INVITE" header="BGINVITE" runOnUp="true">
                if ( keystate == "down" ) then
                        BGinvite_sendinvites()
                end
        </Binding>
        <Binding name="BG_PROMOTE_ALL" runOnUp="true">
                if ( keystate == "down" ) then
                        BGinvite_promoteall()
                end
        </Binding>
        <Binding name="BG_DEMOTE_ALL" ronOnUp="true">
                if (keystate == "down" ) then 
                        BGinvite_demoteall()
                end
        </Binding>
</Bindings>

Generated by GNU Enscript 1.6.5.90.