-
Notifications
You must be signed in to change notification settings - Fork 372
add chghost capability support #1096
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
Conversation
src/fe-common/core/fe-messages.c
Outdated
printformat(server, rec->visible_name, | ||
level, | ||
TXT_HOST_CHANGED, nick, address, old_address, | ||
rec->visible_name); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should make it easy for these to be silenced, with a setting or something, or if we should leave it to the standard mechanisms. (Ignores? Probably not because it's sharing levels with join. Removing the format? For some reason I don't like doing that. If that's irrational then ignore me)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know, originally the host change message causes a quit AND join message. any other @irssi/developers with an opinion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's quit/join on freenode, but absolutely nothing in other networks. Yeah, could use other opinions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also on quakenet and undernet
b5b40c2
to
9c97a46
Compare
17efbec
to
f7afe83
Compare
No description provided.