Skip to content

Commit bfef4f1

Browse files
committedOct 1, 2018
Licence stuff
+ added Licence * updated Readme
1 parent 918d270 commit bfef4f1

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed
 

‎LICENCE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (c) 2018 Nico Wellpott <nico@magicbroccoli.de>
2+
3+
Permission to use, copy, modify, and/or distribute this software for any
4+
purpose with or without fee is hereby granted, provided that the above
5+
copyright notice and this permission notice appear in all copies.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

‎README.MD

+2-7
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ Do not opperate this bot on foreign servers.
1010
- display help output
1111
- respond to username being mentioned
1212

13-
### todo
14-
- [ ] Github Webhook
15-
1613
### install
1714
#### requirements
1815
- slixmpp
16+
- logging
17+
- ssl
1918
- configparser
20-
- datetime
21-
- random
2219
- validators
2320

2421
#### configuration
@@ -30,8 +27,6 @@ password=super_secret_password
3027
[MUC]
3128
rooms=room_to_connect_to@conference.domain.tld,another_room@conference.domain.tld
3229
nick=mucnickname
33-
[ADMIN]
34-
admins=admins ( ! muc nick and not the jid nickname)
3530
````
3631

3732
##### systemd

0 commit comments

Comments
 (0)
Please sign in to comment.