mirror of
https://github.com/fluffle/goirc
synced 2025-05-12 18:44:50 +00:00
Oops. Missed String() from interface.
This commit is contained in:
parent
aa12177399
commit
d0f0175d7f
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ type StateTracker interface {
|
|||
Associate(channel *Channel, nick *Nick) *ChanPrivs
|
||||
Dissociate(channel *Channel, nick *Nick)
|
||||
Wipe()
|
||||
// The state tracker can output a debugging string
|
||||
String() string
|
||||
}
|
||||
|
||||
// ... and a struct to implement it ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue