diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Blatech.ini.example | 5 | ||||
-rw-r--r-- | Client.ini.example | 10 |
3 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e92049d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +Client.ini +Blatech.ini diff --git a/Blatech.ini.example b/Blatech.ini.example new file mode 100644 index 0000000..9ee7489 --- /dev/null +++ b/Blatech.ini.example @@ -0,0 +1,5 @@ +;[Command Name] +;command = shell_command +;path = false | /path/to/command +;stdin = true | false +;args = true | false diff --git a/Client.ini.example b/Client.ini.example new file mode 100644 index 0000000..2e61b34 --- /dev/null +++ b/Client.ini.example @@ -0,0 +1,10 @@ +;[config] + +;server = example.com +;port = 12345 +;channel = #channel +;realname = Bot +;username = Bot +;hostname = bla.com +;servername = someserver.com +;pass = PASSWORD for user on network |