Search found 5 matches
- Sat Dec 11, 2010 6:10 am
- Forum: Unreal 3.2 Support
- Topic: just wondering
- Replies: 1
- Views: 1213
just wondering
how can i get a spam bot on my IRCd just like how it is set up on #unreal-support?
- Mon Nov 15, 2010 4:27 pm
- Forum: Unreal 3.2 Support
- Topic: Not being recognised as network admin
- Replies: 9
- Views: 3593
Re: Not being recognised as network admin
Code: Select all
class clients
{
pingfreq 90;
maxclients 500;
sendq 100000;
recvq 8000;
};
class servers
{
pingfreq 90;
maxclients 10; /* Max servers we can have linked at a time */
sendq 1000000;
connfreq 100; /* How many seconds between each connection attempt */
};- Mon Nov 15, 2010 7:34 am
- Forum: Unreal 3.2 Support
- Topic: Not being recognised as network admin
- Replies: 9
- Views: 3593
Re: Not being recognised as network admin
set {
kline-address "[email protected]";
modes-on-connect "+ixw";
modes-on-oper "+xwgsDKtWHvqXdn";
oper-auto-join "#opers";
options {
hide-ulines;
/* You can enable ident checking here if you want */
/* identd-check; */
show-connect-info;
};
i did put N in it but it didnt let me start it ...
kline-address "[email protected]";
modes-on-connect "+ixw";
modes-on-oper "+xwgsDKtWHvqXdn";
oper-auto-join "#opers";
options {
hide-ulines;
/* You can enable ident checking here if you want */
/* identd-check; */
show-connect-info;
};
i did put N in it but it didnt let me start it ...
- Sun Nov 14, 2010 5:26 pm
- Forum: Unreal 3.2 Support
- Topic: Not being recognised as network admin
- Replies: 9
- Views: 3593
Re: Not being recognised as network admin
Code: Select all
oper ssfdre38 {
class netadmin;
from {
userhost *@*
;};
password "password";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
services-admin;
can_globops;
};
};- Sat Nov 13, 2010 11:12 pm
- Forum: Unreal 3.2 Support
- Topic: Not being recognised as network admin
- Replies: 9
- Views: 3593
Re: Not being recognised as network admin
im also having the same problem on it and i did add it on the flags