IRC: changed default channel to #openclonk

There are no people in #openclonk-lobby at all, therefore we´d rather invite people to a filled channel, if there is too much spam in #openclonk we can always decide to make a special moderated lobby channel.
Maikel de Vries 2010-12-11 16:12:37 +01:00
parent 6d7a23f7ca
commit 96048e02c4
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ void C4ConfigIRC::CompileFunc(StdCompiler *pComp)
pComp->Value(mkNamingAdapt(s(Server), "Server", "irc.ham.de.euirc.net", false, true));
pComp->Value(mkNamingAdapt(s(Nick), "Nick", "" , false, true));
pComp->Value(mkNamingAdapt(s(RealName), "RealName", "" , false, true));
pComp->Value(mkNamingAdapt(s(Channel), "Channel", "#openclonk-lobby" , false, true));
pComp->Value(mkNamingAdapt(s(Channel), "Channel", "#openclonk" , false, true));
pComp->Value(mkNamingAdapt(AllowAllChannels, "AllowAllChannels", 0 , false, true));
}