enable salute

This commit is contained in:
Aaron Bieber 2022-05-31 20:10:40 -06:00
parent ea4310d50f
commit 1b097fe4db
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -299,6 +299,7 @@ var Plugs = Plugins{
&PGP{}, &PGP{},
&Palette{}, &Palette{},
&RFC{}, &RFC{},
&Salute{},
&Snap{}, &Snap{},
&Source{}, &Source{},
&Thanks{}, &Thanks{},

View File

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