コード例 #1
0
static int
init(void)
{
	snomask_modes['j'] = find_snomask_slot();

	return 0;
}
コード例 #2
0
ファイル: sno_channelcreate.c プロジェクト: jdhore/charybdis
static int
_modinit(void)
{
	/* add the snomask to the available slot */
	snomask_modes['l'] = find_snomask_slot();

	return 0;
}
コード例 #3
0
ファイル: sno_farconnect.c プロジェクト: KeiroD/charybdis
static int
_modinit(void)
{
	/* add the snomask to the available slot */
	snomask_modes['F'] = find_snomask_slot();

	/* show the fact that we are showing user information in /version */
	opers_see_all_users = true;

	return 0;
}
コード例 #4
0
ファイル: sno_whois.c プロジェクト: alyx/sporksircd
static void
fini(void)
{
    snomask_modes['W'] = find_snomask_slot();
}