File tree 2 files changed +15
-7
lines changed
2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -10,15 +10,12 @@ Do not opperate this bot on foreign servers.
10
10
- display help output
11
11
- respond to username being mentioned
12
12
13
- ### todo
14
- - [ ] Github Webhook
15
-
16
13
### install
17
14
#### requirements
18
15
- slixmpp
16
+ - logging
17
+ - ssl
19
18
- configparser
20
- - datetime
21
- - random
22
19
- validators
23
20
24
21
#### configuration
@@ -30,8 +27,6 @@ password=super_secret_password
30
27
[MUC]
31
28
rooms=room_to_connect_to@conference.domain.tld,another_room@conference.domain.tld
32
29
nick=mucnickname
33
- [ADMIN]
34
- admins=admins ( ! muc nick and not the jid nickname)
35
30
````
36
31
37
32
##### systemd
You can’t perform that action at this time.
0 commit comments