Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
改行漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
kyokomi committed Nov 7, 2015
1 parent a315b9b commit f56ed8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/googleimage/googleimage.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ func (p *plugin) DoAction(event plugins.BotEvent, message string) bool {

func (p *plugin) Help() string {
return `googleimage: グーグル画像検索
image me [検索キーワード]`
image me [検索キーワード]
`
}

var _ plugins.BotMessagePlugin = (*plugin)(nil)

0 comments on commit f56ed8b

Please sign in to comment.