~marco-92/do-plugins/XChat

« back to all changes in this revision

Viewing changes to XChat/Resources/XChat.addin.xml

  • Committer: marco_92 at bellsouth
  • Date: 2009-06-03 17:18:24 UTC
  • Revision ID: marco_92@bellsouth.net-20090603171824-db4d6xx8116fbp1y
Added XChatChannelItem(Source) and XChatMessageAction

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        
20
20
        <Extension path="/Do/ItemSource">
21
21
                <ItemSource type="XChatPlugin.XChatConnectionItemSource" />
 
22
                <ItemSource type="XChatPlugin.XChatChannelItemSource" />
22
23
        </Extension>
23
24
 
24
25
        <Extension path= "/Do/Action">
25
26
                <Action type="XChatPlugin.XChatDisconnectAction" />
26
27
                <Action type="XChatPlugin.XChatConnectAction" />
 
28
                <Action type="XChatPlugin.XChatMessageAction" />
27
29
        </Extension>
28
30
 
29
31
</Addin>
 
 
b'\\ No newline at end of file'