auto chan joins

These are old archives. They are kept for historic purposes only.
Post Reply
blebla
Posts: 1
Joined: Sat Apr 03, 2010 10:33 am

auto chan joins

Post by blebla »

Hallo. I need some help with creating a tld block.

I want every user who's coming from germany to join channel #germany if he is connecting to one of our servers. I try to solve this problem using a tld block, but every time I want to start unreal there is a error message and it seems I just forget one semicolon. But I don't see any mistake.
tld
{
mask *@*.de;
channel #germany;
};

That's my tld block. Do anyone see a mistake there? I'm working on this for maybe a few days and I don't know how to solve the problem....
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: auto chan joins

Post by Jobe »

Try:

Code: Select all

tld {
  mask "*@*.de";
  channel "#germany";
};
Your IP: Image
Your Country: Image
TechSlayer
Posts: 2
Joined: Thu Mar 17, 2011 7:22 pm

Re: auto chan joins

Post by TechSlayer »

Jobe1986 wrote:Try:

Code: Select all

tld {
  mask "*@*.de";
  channel "#germany";
};
Jobe should be right, you cannot leave the character by itself or it won't be able to follow the command.
SLLLLLLLLLLAYER!!!!
Post Reply