mirror of
https://github.com/fumiama/ReiBot.git
synced 2026-06-06 01:20:24 +08:00
add more
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
rei.OnMessagePrefix("echo").SetBlock(true).SecondPriority().
|
||||
rei.OnMessagePrefix("echo").SetBlock(true).
|
||||
Handle(func(ctx *rei.Ctx) {
|
||||
args := ctx.State["args"].(string)
|
||||
if args == "" {
|
||||
|
||||
Reference in New Issue
Block a user