Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat, main: Add /rename op command, optional symbol prefix #352

Merged
merged 4 commits into from
Aug 3, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into sponsor-prefix
  • Loading branch information
shazow authored Aug 3, 2020
commit e0ab53500efe0f16e32d92d23d013539242ffb13
4 changes: 2 additions & 2 deletions chat/message/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ var ErrUserClosed = errors.New("user closed")
// User definition, implemented set Item interface and io.Writer
type User struct {
Identifier
Ignored *set.Set
OnChange func()

Ignored set.Interface
Focused set.Interface
colorIdx int
joined time.Time
msg chan Message
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.