Sfoglia il codice sorgente

Update plugin name

Oz Tiram 4 anni fa
parent
commit
6df532e285
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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".