Home
last modified time | relevance | path

Searched refs:hex_irc_who_join (Results 1 – 3 of 3) sorted by relevance

/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dhexchat.h184 unsigned int hex_irc_who_join; member
H A Dcfgfiles.c527 {"irc_who_join", P_OFFINT (hex_irc_who_join), TYPE_BOOL},
784 …prefs.hex_irc_who_join = 1; /* Can kick with inordinate amount of channels, required for some of o… in load_default_config()
H A Dinbound.c625 if (prefs.hex_irc_who_join) in inbound_ujoin()