Home
last modified time | relevance | path

Searched refs:hasvoice (Results 1 – 17 of 17) sorted by relevance

/dports/irc/ircII/ircii-20210314/source/
H A Dnames.c57 int hasvoice; /* Has voice? (Notice this is a bit member
302 int hasvoice = voice; in add_to_channel() local
308 hasvoice = 1; in add_to_channel()
343 new->hasvoice = hasvoice; in add_to_channel()
493 ThisNick->hasvoice = add; in decifer_mode()
723 (Nick->chanop || Nick->hasvoice)) in has_voice()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dnames.c512 int hasvoice = voice; local
533 hasvoice = 1;
552 if (hasvoice && !my_stricmp(nick, get_server_nickname(server)))
661 new->hasvoice = hasvoice;
1020 ThisNick->hasvoice = 0;
1197 ThisNick->halfop = ThisNick->hasvoice = 0;
1239 if ((add && !(ThisNick->hasvoice)) ||
1240 (!add && ThisNick->hasvoice)) {
1258 ThisNick->hasvoice = add;
1997 (Nick = find_in_hash(chan, nick)) && Nick->hasvoice)
H A Dedit2.c228 if (tmp->hasvoice && !all) continue;
440 if (allusers || nick->hasvoice) {
452 if (allusers || (!nick->hasvoice && !nick->halfop && !nick->chanop)) {
1376 if (!(tmp->hasvoice) && !(tmp->chanop) && !(tmp->halfop) && !friendok && !shitted)
1388 if (tmp->hasvoice && !(tmp->chanop) && !(tmp->halfop) && !friendok && !shitted)
1432 else if (tmp->hasvoice) colorstr = CmdsColors[COLCSCAN].color4;
1458 else if (tmp->hasvoice) {
1468 else if (tmp->hasvoice) malloc_strcat(&users, "+");
3544 last->hasvoice=tmp->hasvoice;
H A Dtrace.c293 tmpbuf, nick->chanop, nick->hasvoice, nick->halfop);
H A Dedit5.c1560 isvoiced=joiner->hasvoice;
2688 else if (joiner->hasvoice) colnick=CmdsColors[COLCSCAN].color4;
2690 if (joiner->hasvoice) {
2827 ((listfl & SLSTVOIC) && joiner->hasvoice) ||
2828 ((listfl & SLSTNVOIC) && !(joiner->hasvoice) && !(joiner->chanop)) ||
2857 if (joiner->hasvoice) {
H A Dedit3.c430 if (tmpnick->hasvoice) voice++;
2691 if (!(tmp->chanop || tmp->halfop || tmp->hasvoice)) count++;
2696 if (!(tmp->chanop || tmp->halfop || tmp->hasvoice)) found++;
H A Dedit4.c1332 if (!nick_p->hasvoice)
1336 if (nick_p->hasvoice)
2936 if (!opped && !(tmp->chanop) && !(tmp->hasvoice)) {
H A Dedit6.c698 if (tmpnick->hasvoice && tmpchan->IdleKick==1) continue; in CheckTimeMinute()
H A Dalias.c3686 else if (nicks->hasvoice) strcat((char *) result,"+");
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dstruct.h148 int hasvoice; /* Has voice? (Notice this is a bit unreliable if chanop) */ member
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dchannels.c379 int hasvoice = voice; local
392 hasvoice = 1;
424 if (hasvoice == 1)
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/
H A DNEWS83 o added hasvoice() and dcclist() functions. See help.
H A DChangeLog1057 as $isvoiced() is now $hasvoice())
H A DChangeLog.ircii1026 described the hasvoice() and dcclist() functions.
1034 added hasvoice() and dcclist() functions.
/dports/irc/ircII/ircii-20210314/help/
H A Dnews363 o added hasvoice() and dcclist() functions. See help
/dports/irc/ircII/ircii-20210314/
H A DNEWS377 o added hasvoice() and dcclist() functions. See help
H A DChangeLog4525 described the hasvoice() and dcclist() functions.
4533 added hasvoice() and dcclist() functions.