Added missing dialog and voc files
Signed-off-by: merspieler <merspieler@users.noreply.github.com>
This commit is contained in:
parent
c0a696b5b4
commit
351f760a1c
3 changed files with 22 additions and 0 deletions
19
CHANGELOG.md
Normal file
19
CHANGELOG.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/), though minor
|
||||
breaking changes (such as renamed commands) can happen in minor releases.
|
||||
|
||||
<!--
|
||||
tags:
|
||||
`Added` for new features.
|
||||
`Changed` for changes in existing functionality.
|
||||
`Major Changes` for changes in existing functionality which break backward compatibility.
|
||||
`Deprecated` for once-stable features removed in upcoming releases.
|
||||
`Removed` for deprecated features removed in this release.
|
||||
`Fixed` for any bug fixes.
|
||||
`Security` to invite users to upgrade in case of vulnerabilities.
|
||||
-->
|
||||
|
||||
## [v0.1](https://github.com/merspieler/irc-skill/releases/tag/v0.1)
|
||||
Initial release.
|
1
dialog/en-us/dummy.dialog
Normal file
1
dialog/en-us/dummy.dialog
Normal file
|
@ -0,0 +1 @@
|
|||
.
|
2
vocab/en-us/set-user.voc
Normal file
2
vocab/en-us/set-user.voc
Normal file
|
@ -0,0 +1,2 @@
|
|||
set irc user
|
||||
change irc user
|
Loading…
Reference in a new issue