README.md (387B)
1 trans - simple translation IRC bot in bash 2 ========================================== 3 4 Installation 5 ------------ 6 7 Get translation shell: 8 9 ``` 10 $ git clone https://github.com/soimort/translate-shell.git 11 ``` 12 13 For morse encoding/decoding, install the bsd-games package. 14 15 Usage 16 ----- 17 18 Edit botenv for configuration. Edit botreply to change its interaction. To start: 19 20 ``` 21 $ nohup ./bot & 22 ```