@@ -10,22 +10,22 @@ With these commands a user can subscribe to a collection of events and be notifi
10
10
- After you have installed the script you can set the log level of the script (optional).
11
11
- Then you have to set the server group id's of the bot server groups.
12
12
13
- #Commands
13
+ # Commands
14
14
- !ses subs [ event] - Shows your subscriptions.
15
15
- !ses sub <event > [ targetUId] [ targetNickname] - Lets you subscribe to an event.
16
16
- !ses unsub <event > [ targetUId] [ targetNickname] - Lets you unsubscribe from an event.
17
17
- !ses users - Shows all online users.
18
18
19
- #Usage
19
+ # Usage
20
20
21
- ##Subs
21
+ ## Subs
22
22
- !ses subs [ event]
23
23
24
24
Shows your subscriptions.
25
25
You can filter for event types.
26
26
Possible events are: ** join** ,** leave** ,** away** ,** back** ,** mute** ,** deaf** ,** track** ,** all**
27
27
28
- ##Sub
28
+ ## Sub
29
29
- !ses sub <event > [ targetUId] [ targetNickname]
30
30
31
31
Lets you subscribe to an event.
@@ -36,7 +36,7 @@ If you want to subscribe to all events of that type, you can provide ALL as the
36
36
You can use the nickname only if the target is online.
37
37
If you want to subscribe to track, you have to use a bot client as target.
38
38
39
- ##Unsub
39
+ ## Unsub
40
40
- !ses unsub <event > [ targetUId] [ targetNickname]
41
41
42
42
Lets you unsubscribe from an event.
@@ -47,7 +47,7 @@ If you want to subscribe to all events of that type, you can provide ALL as the
47
47
You can use the nickname only if the target is online
48
48
If you want to subscribe to track, you have to use a bot client as target.
49
49
50
- ##Users
50
+ ## Users
51
51
- !ses users
52
52
53
53
Shows all online users.
@@ -60,4 +60,4 @@ Shows all online users.
60
60
- ** mute** - Messages you when a user mutes or unmutes the microphone.
61
61
- ** deaf** - Messages you when a user mutes or unmutes his sound.
62
62
- ** track** - Messages you when a new track starts.
63
- - ** all** - Messages you when any event happens.
63
+ - ** all** - Messages you when any event happens.
0 commit comments