Page 1 of 1

me {}

Posted: Sat May 13, 2006 6:01 pm
by BitString
i edited me{} just as explainded

Code: Select all

me 
{
  name "BitString.no-ip.org";
  info "IRC server BitNet organizacije";
  numeric 1;
};
But it says

Code: Select all

* Loading IRCd configuration ..
* unrealircd.conf:62: Ignoring extra data
[error] me {} block is missing
[error] 1 errors encountered
[error] IRCd configuration failed to pass testing
why this?
it worked but now it doesn't. it just stoped working.
i reinstallled it and done whole .conf again, but it doesn't work ...

Posted: Sun May 14, 2006 7:33 am
by Dukat
what's on line 62? :D

Posted: Sun May 14, 2006 11:32 am
by JanisB
what's on line 62?

Code: Select all

/*
:lol:

Posted: Sun May 14, 2006 11:51 am
by tdw
then you probably didn't close the block before it properly

Posted: Sun May 14, 2006 11:00 pm
by McTerry

Code: Select all

me 
{



Shouldn't it be??

Code: Select all

 me { 
Becouse as far as I know you need to have the command first and then then the info { bracket on the same line.
Or else { is missing the "me" command.

Posted: Thu May 18, 2006 12:25 pm
by BitString
here are first 15 lines from unrealircd.conf

Code: Select all

loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";

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

me {
  name "BitString.no-ip.org";
  info "IRC server BitNet organizacije";
  numeric 1;
   };
but again :

Code: Select all

* Loading IRCd configuration ..
* unrealircd.conf:15: Ignoring extra data
[error] me {} block is missing
[error] 1 errors encountered
[error] IRCd configuration failed to pass testing

Posted: Thu May 18, 2006 12:47 pm
by Stealth
include "aliases/anope.conf";

Posted: Thu May 18, 2006 12:48 pm
by Jobe
If the code you pasted from you unrealirc.conf is exactly the same then:

Code: Select all

include "aliases/anope.conf"
should be replaced with:

Code: Select all

include "aliases/anope.conf";
You missed the ";" off of the end of that line.

LOL Stealth got in there just before me. :P

Posted: Thu May 18, 2006 2:39 pm
by BitString
lol just that... i'm really an idiot
tnx piplz for help :D

Posted: Thu May 18, 2006 6:42 pm
by Stealth
Jobe1986 wrote:LOL Stealth got in there just before me. :P
I was also able to fix your

Code: Select all

 tags before you noticed too :P

Posted: Thu May 18, 2006 6:52 pm
by Jobe
Stealth wrote:
Jobe1986 wrote:LOL Stealth got in there just before me. :P
I was also able to fix your

Code: Select all

 tags before you noticed too :P[/quote]

TeeHee Thanks :P

I had noticed and when i went to change them it was fine so must have been at the same time again. :P