mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-22 02:52:00 -08:00
channel: Fix MODE and WHO
This commit is contained in:
parent
78f0064347
commit
425a521d27
3 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ type Client struct {
|
|||
isDestroyed bool
|
||||
isQuitting bool
|
||||
hasQuit bool
|
||||
hops uint
|
||||
hops int
|
||||
hostname string
|
||||
idleTimer *time.Timer
|
||||
monitoring map[string]bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue