mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
simplify Replier
This commit is contained in:
parent
ac186a0669
commit
33b1e6c582
4 changed files with 13 additions and 18 deletions
|
|
@ -125,7 +125,7 @@ type Identifier interface {
|
|||
}
|
||||
|
||||
type Replier interface {
|
||||
Reply(...Reply)
|
||||
Reply(Reply)
|
||||
}
|
||||
|
||||
type Reply interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue