|
@@ -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".
|