aboutsummaryrefslogtreecommitdiffstats
path: root/src/teamspeak/bbcode.rs
Commit message (Collapse)AuthorAgeFilesLines
* Spawn actix-web server with access to the botJokler2020-02-221-2/+4
| | | | | | Additionally replace all Mutexes with RwLocks. Hopefully this makes it possible for the web server to serve many requests at once since they would just hold read locks.
* Add functions for BBCode formattingFelix Kaaman2020-02-221-0/+42