Default apollo.

This commit is contained in:
Major-
2013-10-27 17:45:36 +00:00
commit 08c72bf9aa
406 changed files with 23043 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<plugin>
<id>hello</id>
<version>1</version>
<name>Hello World Command</name>
<description>Adds a ::hello command which simply prints 'Hello, World!'.</description>
<authors>
<author>Graham</author>
</authors>
<scripts>
<script>hello.rb</script>
</scripts>
<dependencies />
</plugin>