Przeglądaj źródła

Update plugin name

Oz Tiram 4 lat temu
rodzic
commit
6df532e285
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      setup.go

+ 1 - 1
setup.go

@@ -9,7 +9,7 @@ import (
 )
 
 // init registers this plugin.
-func init() { plugin.Register("example", setup) }
+func init() { plugin.Register("bumple", setup) }
 
 // setup is the function that gets called when the config parser see the token "example". Setup is responsible
 // for parsing any extra options the example plugin may have. The first token this function sees is "example".