forked from git.klmp200.net/ALFRED
Changed line ending
This commit is contained in:
parent
e1d790e3fd
commit
3ea22c1951
@ -2,7 +2,7 @@
|
|||||||
* @Author: Bartuccio Antoine
|
* @Author: Bartuccio Antoine
|
||||||
* @Date: 2018-07-23 15:24:22
|
* @Date: 2018-07-23 15:24:22
|
||||||
* @Last Modified by: klmp200
|
* @Last Modified by: klmp200
|
||||||
* @Last Modified time: 2018-07-25 12:04:44
|
* @Last Modified time: 2018-07-25 14:31:13
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package main
|
package main
|
||||||
@ -19,7 +19,7 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
registered_commands := map[string]func(*tb.Message){
|
registered_commands := map[string]func(*tb.Message){
|
||||||
tb.OnText: commands.OnText,
|
// tb.OnText: commands.OnText,
|
||||||
"/hello": commands.Hello,
|
"/hello": commands.Hello,
|
||||||
"/sponge": commands.Sponge,
|
"/sponge": commands.Sponge,
|
||||||
"/git": commands.Git,
|
"/git": commands.Git,
|
||||||
|
Loading…
Reference in New Issue
Block a user