me {}

These are old archives. They are kept for historic purposes only.
Post Reply
BitString
Posts: 5
Joined: Sat May 13, 2006 12:16 am
Contact:

me {}

Post 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 ...
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

what's on line 62? :D
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post by JanisB »

what's on line 62?

Code: Select all

/*
:lol:
tdw
Posts: 105
Joined: Sat Aug 06, 2005 12:40 pm

Post by tdw »

then you probably didn't close the block before it properly
McTerry
Posts: 64
Joined: Tue Oct 19, 2004 12:42 am
Location: *.se
Contact:

Post 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.
BOOM!
BitString
Posts: 5
Joined: Sat May 13, 2006 12:16 am
Contact:

Post 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
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

include "aliases/anope.conf";
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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
BitString
Posts: 5
Joined: Sat May 13, 2006 12:16 am
Contact:

Post by BitString »

lol just that... i'm really an idiot
tnx piplz for help :D
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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
Post Reply