Zulkarnain K.

Results 5 issues of Zulkarnain K.

Move Ban Bots from Menu to Antispam so we can automatically warn/kick/ban members who added bots.

kind/feature

![853237285_94153](https://user-images.githubusercontent.com/42596/48586457-96bf8200-e962-11e8-8a97-034a3500a10a.jpg) STR: 1. Change your name to [whatever] via Settings 2. Go to group and create extra command `/extra #test [$name](tg:user?id=$id)` 3. Execute the trigger. Results: Closing bracket `]` is...

kind/bug

To delete all extra commands, you have to run `/extra del #trigger` one by one for each command. An argument to delete all extra commands would save times and efforts....

kind/feature

Should add a space between rule and `!important` declaration. STR ``` p{margin:1em!important} ``` Actual ``` p { margin: 1em!important; } ``` Expected ``` p { margin: 1em !important; } ```

If you change the environment to _Browser_ from menu, the notificationbox is shown on the left side instead of on top. ![live-scratchpad-before](https://f.cloud.github.com/assets/42596/120320/34266822-6cd9-11e2-9ae2-5e200092af48.png) This patch fixes it. ![live-scratchpad-after](https://f.cloud.github.com/assets/42596/120324/68253a9a-6cd9-11e2-83ed-8a9dc3818fe6.png) The problem is...