channel: Fix MODE and WHO

This commit is contained in:
Daniel Oaks 2016-10-16 21:28:59 +10:00
parent 78f0064347
commit 425a521d27
3 changed files with 3 additions and 3 deletions

View file

@ -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