|
| 1 | +--- |
| 2 | +name: Draupnir Bot Mode Bug Template |
| 3 | +about: A template for a bug encountered in Bot Mode |
| 4 | +title: "Draupnir will not X while using the Z command" |
| 5 | +labels: ["bug"] |
| 6 | +--- |
| 7 | + |
| 8 | +_It is not required to fill out each of these fields, your bug will still be |
| 9 | +considered, even if you do not follow the template. However, please do try |
| 10 | +provide as much detail as possible to save us time._ |
| 11 | + |
| 12 | +**How is Draupnir setup?** |
| 13 | + |
| 14 | +_Try to include any details about non default configuration or any context to |
| 15 | +its use that might be relevant to the issue. If Draupnir has crashed, then these |
| 16 | +will be printed at the end of the log, you should copy that output here._ |
| 17 | + |
| 18 | +I was using Draupnir with the `roomStateBacking` store enabled. All other |
| 19 | +configuration options were default. |
| 20 | + |
| 21 | +**What were you trying to achieve?** |
| 22 | + |
| 23 | +_Include details about what you were trying to accomplish without workarounds._ |
| 24 | + |
| 25 | +I was trying to ban a server from my rooms by using the ban command. |
| 26 | + |
| 27 | +**What steps did you take to encounter the bug** |
| 28 | + |
| 29 | +_Try to describe clear concise steps or any details about how you encountered |
| 30 | +the bug._ |
| 31 | + |
| 32 | +1. I ran `!draupnir ban server.example.com coc spam` in the management room. |
| 33 | +2. I checked my protected rooms |
| 34 | +3. I could not see the server ACL event updating. |
| 35 | + |
| 36 | +**What is the bug or what did you expect to happen instead?** |
| 37 | + |
| 38 | +_Try describe the outcome you would expect, or explicitly state what the bug |
| 39 | +is_. |
| 40 | + |
| 41 | +I expected Draupnir to have changed the `m.room.server_acl` event and ban the |
| 42 | +server from all my rooms. |
0 commit comments