Home
last modified time | relevance | path

Searched refs:willjoinchannel (Results 1 – 6 of 6) sorted by relevance

/dports/chinese/autoconvert/autoconvert-0.3.16/contrib/xchat-plugins/
H A Dxchat.h230 char willjoinchannel[CHANLEN]; /* /join done for this channel */ member
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dhexchat.h382 char willjoinchannel[CHANLEN]; /* will issue /join for this channel */ member
H A Dinbound.c1164 if (sess->willjoinchannel[0] != 0) in check_autojoin_channels()
1166 strcpy (sess->waitchannel, sess->willjoinchannel); in check_autojoin_channels()
1167 sess->willjoinchannel[0] = 0; in check_autojoin_channels()
H A Doutbound.c896 s->willjoinchannel, s->server); in cmd_debug()
3472 sess->willjoinchannel[0] = 0; in cmd_server()
3476 sess->willjoinchannel[0] = '#'; in cmd_server()
3477 safe_strcpy ((sess->willjoinchannel + 1), channel, (CHANLEN - 1)); in cmd_server()
3551 safe_strcpy (sess->willjoinchannel, word[4 + offset], CHANLEN); in cmd_servchan()
H A Dservlist.c376 sess->willjoinchannel[0] = 0; in servlist_connect()
H A Dserver.c723 strcpy (s->willjoinchannel, s->channel); in auto_reconnect()