mirror of
https://github.com/bqv/weechat-xmpp/
synced 2024-11-16 06:13:02 +00:00
oh my fucking god
This commit is contained in:
parent
24e1df64b0
commit
2190c0a075
@ -113,7 +113,8 @@ int connection__presence_handler(xmpp_conn_t *conn, xmpp_stanza_t *stanza, void
|
||||
{
|
||||
if (weechat_strcasecmp(role, "none") == 0)
|
||||
channel__remove_member(account, channel, from);
|
||||
channel__add_member(account, channel, from);
|
||||
else
|
||||
channel__add_member(account, channel, from);
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user