enable salute
This commit is contained in:
parent
ea4310d50f
commit
1b097fe4db
@ -299,6 +299,7 @@ var Plugs = Plugins{
|
|||||||
&PGP{},
|
&PGP{},
|
||||||
&Palette{},
|
&Palette{},
|
||||||
&RFC{},
|
&RFC{},
|
||||||
|
&Salute{},
|
||||||
&Snap{},
|
&Snap{},
|
||||||
&Source{},
|
&Source{},
|
||||||
&Thanks{},
|
&Thanks{},
|
||||||
|
@ -22,7 +22,7 @@ func (h *Salute) Descr() string {
|
|||||||
|
|
||||||
// Re are the regexes that high five uses
|
// Re are the regexes that high five uses
|
||||||
func (h *Salute) Re() string {
|
func (h *Salute) Re() string {
|
||||||
return fmt.Sprintf("%s", rightSalute())
|
return rightSalute()
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetStore we don't need a store here.
|
// SetStore we don't need a store here.
|
||||||
|
Loading…
Reference in New Issue
Block a user