-
Notifications
You must be signed in to change notification settings - Fork 10
/
addon.xml
27 lines (27 loc) · 1.08 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.ircchat"
name="IrcChat"
version="3.0.1"
provider-name="divingmule, MassIV">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>An IRC Client</summary>
<description>
This add-on is a basic IRC client for Kodi mediacenter.
Internet Relay Chat (IRC) is a protocol for live interactive
Internet text messaging (chat) or synchronous conferencing.
It is mainly designed for group communication in discussion forums, called channels.
</description>
<language></language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/divingmule/script.ircchat</source>
<forum>http://forum.kodi.tv/showthread.php?tid=163588</forum>
<website>http://kodi.wiki/view/Add-on:IrcChat</website>
</extension>
</addon>