Page 1 of 1

/list shows blank

Posted: Tue Jul 14, 2015 2:38 pm
by whathere
Hello
I'm unsure why but when i type in /list in mirc the rooms don't show but they show in the php roomlist and shows in debug window but not in mirc the rooms are not secret so am lost to why it don't work
here my config for unreal the ************ and put in for security
Any help would be greatly appreciate Thanks

Code: Select all

loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";

include "aliases/anope.conf"; 
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";

me
{
	name "irc.bumblebeechat.net";
	info "BumbleBeeChat Powered by xShellz Solutions";
	numeric 1;
};

admin {
	"David";
	"[email protected]";
};

class  clients
{
	pingfreq 90;
	maxclients 500;
	sendq 100000;
	recvq 8000;
};

class  servers
{
	pingfreq 90;
	maxclients 10;
	sendq 1000000;
	connfreq 100;
};

allow {
	ip             *@*;
	hostname       *@*;
	class           clients;
	maxperip 50;
};


allow {
	ip             *@255.255.255.255;
	hostname       *@*.passworded.people;
	class           clients;
	password "*********";
	maxperip 10;
};

allow channel {
	channel "#bingo";
	class "clients";
};

oper Admin_David {
	class		clients;
	from {
		userhost *@*;
	};
	password "********";
        flags
        {
                global;
		    services-admin;
                netadmin;
                can_rehash;
                can_localkill;
                can_globalkill;
                local;
                can_globalroute;
                can_localroute;
                can_zline;
                can_gzline;
                can_gkline;
                can_kline;
                can_unkline;
                can_localnotice;
                can_globalnotice;
                get_umodew;
                can_override;
		    can_setq;
                can_addline;
                get_umodew;
                get_host;
                can_dccdeny;
        };
   swhois "never your mind";
   snomask frebWqFv;
};

listen         216.245.219.114:7070
{
	options
	{
		serversonly;
	};
};

listen         216.245.219.114:8067;
listen         216.245.219.114:6667;
listen         216.245.219.114:7000;
listen         216.245.219.114:6668;
listen         216.245.219.114:6669;

link	services.bumblebeechat.net
{
 username	*;
 hostname	216.245.219.114;
 port	7070;
 bind-ip	216.245.219.114;
 hub             *;
 password-connect	"*********";
 password-receive	"*********";
 class	servers;
};

ulines {
	services.bumblebeechat.net;
	stats.bumblebeechat.net;
};


drpass {
	restart "******";
	die "*******";
};


log "ircd.log" {
	maxsize 2097152;
	flags {
		oper;
		connects;
		server-connects;
		kills;
		errors;
		sadmin-commands;
		chg-commands;
		oper-override;
		spamfilter;
	};
};

alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias StatServ { type stats; };

alias "services" {
	format "^#" {
		target "chanserv";
		type services;
		parameters "%1-";
	};
	format "^[^#]" {
		target "nickserv";
		type services;
		parameters "%1-";
	};
	type command;
};

alias "identify" {
	format "^#" {
		target "chanserv";
		type services;
		parameters "IDENTIFY %1-";
	};
	format "^[^#]" {
		target "nickserv";
		type services;
		parameters "IDENTIFY %1-";
	};
	type command;
};

alias "glinebot" {
	format ".+" {
		command "gline";
		type real;
		parameters "%1 2d Bots are not allowed on this server,";
	};
	type command;
};

files
{
};

tld {
	mask *@*.fr;
	motd "ircd.motd";
	rules "ircd.rules";
};

ban nick {
	mask "ThinkRusty87";
	reason "Reserved for Services";
};

ban ip {
	mask 71.194.235.145;
	reason "server ban";
};

ban ip {
	mask 59.177.167.239;
	reason "server ban";
};


ban server {
	mask eris.berkeley.edu;
	reason "Get out of here.";
};

ban user {
	mask @FB7C5967.D1FB1C52.5FA15ABA.IP;
        reason "Idiot";
};

ban realname {
	mask "ThinkRusty87";
	reason "server ban";
};

ban realname {
	mask "sub7server";
	reason "sub7";
};


except ban {
	/* don't ban stskeeps */
	mask           *stskeeps@212.*;
};

deny dcc {
	filename "*sub7*";
	reason "Possible Sub7 Virus";
};

deny channel {
	channel "*warez*";
	reason "Warez is illegal";
	class "clients";
};

vhost {
	vhost           [email protected];
	from {
		userhost       *@*gatepassport.com;
	};
	login           zunkies;
	password        sandoz;
};

set {
	network-name 		"bumblebeechat";
	default-server 		"irc.bumblebeechat.net";
	services-server 	"services.bumblebeechat.net";
	help-channel 		"#help";
	hiddenhost-prefix	"bumblebeechat";
	/* prefix-quit 		"no"; */
	cloak-keys {
		"*************************";
		"*************************";
		"*************************";
	};

hosts {
	local		"LocalOp.bumblebeechat.net";
	global		"IrcOp.bumblebeechat.net";
	coadmin		"CoAdmin.bumblebeechat.net";
	admin		"Admin.bumblebeechat.net";
	servicesadmin 	"ServicesAdmin.bumblebeechat.net";
	netadmin 	"NetAdmin.bumblebeechat.net";
	host-on-oper-up "no";
	};
};

set {
	kline-address "[email protected]";
	modes-on-connect "+ixwvR";
        modes-on-join    "+nt";
	modes-on-oper	 "+xwgsq";
	oper-auto-join "#Staff";
	options {
		hide-ulines;
		show-connect-info;
	};

	maxchannelsperuser 40;
	anti-spam-quit-message-time 10s;
	oper-only-stats "okfGsMRUEelLCXzdD";
	throttle {
		connections 30;
		period 60s;
	};
	anti-flood {
		nick-flood 3:60;
	};
	spamfilter {
		ban-time 1d;
		ban-reason "Spam/Advertising";
		virus-help-channel "#help";
	};
};