add chghost capability support#1096
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.
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.
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.
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.
also on quakenet and undernet
b5b40c2 to
9c97a46
Compare
17efbec to
f7afe83
Compare
No description provided.