Home
last modified time | relevance | path

Searched refs:chankey (Results 1 – 18 of 18) sorted by relevance

/dports/irc/dancer/dancer-4.16/src/
H A Dserver.c47 extern char cmodes[], chanmodes[], ckey[], chankey[];
609 StrCopyMax(chankey, 32, param); in OnMode()
612 chankey[0] = (char)0; in OnMode()
874 if (!StrEqualCase(ckey, chankey)) { in OnMode()
875 if (chankey[0]) in OnMode()
876 Mode("-k %s", chankey); in OnMode()
1204 WriteServer("JOIN %s %s", channel, chankey); in OnKick()
1410 WriteServer("JOIN %s %s", channel, chankey); in OnNumeric()
H A Dfplrun.c43 extern char cmodes[], chanmodes[], ckey[], chankey[];
634 StrCopy(chankey, arg->argv[1]); in fplinterface()
636 WriteServer("JOIN %s %s", channel, chankey); in fplinterface()
H A Dsetup.c132 char chankey[32] = ""; variable
823 StrCopy(chankey, ckey);
H A Dcommand.c58 extern char channel[], cmodes[], ckey[], chankey[], nickname[], staticnick[];
2567 WriteServer("JOIN #%s %s", pchan, (key ? key : chankey)); in CmdJoin()
3071 Mode("-k %s", chankey); in CmdCkey()
3075 Sendf(from, GetText(msg_channel_key), chankey, ckey); in CmdCkey()
/dports/irc/sirc/sirc-2.211/
H A Dn0thing.pl52 &sl("MODE $newarg -lsmpik ".$chankey{$newarg});
122 %n_old_chankey=%chankey;
164 &sl("JOIN $where_from $chankey{$where_from}");
H A Ddsirc238 %mode=(); $umode=''; %limit=(); %haveops=(); %chankey=(); $away='';
250 %haveops=(); %chankey=();
289 $s.=" <key: $chankey{$t}>" if $chankey{$t};
1602 $how eq '+' ? ($chankey{$chnl}=$args[0]) : delete $chankey{$chnl};
2138 delete $chankey{$channel};
2159 delete $chankey{$newarg};
H A Ddsirc.prepatch204 %mode=(); $umode=''; %limit=(); %haveops=(); %chankey=(); $away='';
216 %haveops=(); %chankey=();
255 $s.=" <key: $chankey{$t}>" if $chankey{$t};
1568 $how eq '+' ? ($chankey{$chnl}=$args[0]) : delete $chankey{$chnl};
2104 delete $chankey{$channel};
2125 delete $chankey{$newarg};
H A DPROGRAMMING182 %chankey keys to channels, undef if none or we're not on
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dparse.c1646 char *chankey = NULL; in p_kick() local
1672 malloc_strcpy(&chankey, chan->key); in p_kick()
1709 …send_to_server("JOIN %s%s%s", channel, chankey? space : empty_string, chankey ? chankey: empty_str… in p_kick()
1710 new_free(&chankey); in p_kick()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dparse.c1646 char *chankey = NULL; in p_kick() local
1672 malloc_strcpy(&chankey, chan->key); in p_kick()
1709 …send_to_server("JOIN %s%s%s", channel, chankey? space : empty_string, chankey ? chankey: empty_str… in p_kick()
1710 new_free(&chankey); in p_kick()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dedit.c1780 char *chankey; local
1823 chankey = CheckJoinKey(invite_channel);
1825 args, chankey);
1849 chankey = CheckJoinKey(ptr);
1850 send_to_server("%s %s %s %s", command, ptr, args, chankey);
1862 chankey = CheckJoinKey(ptr);
1869 malloc_strcpy(&newchan->key, chankey);
1884 chankey = CheckJoinKey(ptr);
1886 command, ptr, args, chankey);
/dports/irc/epic5/epic5-2.1.6/script/
H A Dlayout286 @ :key = chankey($windowctl(get $ww server) $cc);
/dports/irc/p5-POE-Component-Server-IRC/POE-Component-Server-IRC-1.54/lib/POE/Component/Server/
H A DIRC.pm3740 my $chankey;
3741 $chankey = shift @chankeys if $chanrec->{mode} =~ /k/;
3744 && (!$chankey || $chankey ne $chanrec->{ckey})) {
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/t/inc/POE/Component/Server/
H A DIRC.pm3740 my $chankey;
3741 $chankey = shift @chankeys if $chanrec->{mode} =~ /k/;
3744 && (!$chankey || $chankey ne $chanrec->{ckey})) {
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/
H A DChangeLog332 + $chankey(#channel) returns channel key (requested by TrN)
/dports/irc/eggdrop/eggdrop-1.9.1/doc/
H A DChanges1.3502 - Use the chankey on JOIN if known.
/dports/irc/epic5/epic5-2.1.6/
H A DKNOWNBUGS663 * New function $chankey() -- similar to $key(), but can specify servref.
H A DUPDATES1074 *** News 04/14/2015 -- New function, $chankey(servref #channel)
1075 The $chankey() function returns the channel for a specified channel.