|
|
| Author |
Message |
spaztik Guest
|
Posted: Jan 10, 2004 8:05pm Post subject: bahamut 1.4.36 |
|
|
| What file is the NETWORK=DALnet now kept in? It use to be s_err.c but Its not there anymore. |
|
| Back to top |
|
 |
DjMadness- Newbie

Joined: 10 Jan 2004 Posts: 70
|
Posted: Jan 10, 2004 8:28pm Post subject: ircd.ini |
|
|
on our software, witch is based on bahamut it is in ircd.ini in my /home/user/ircd/ folder
try to look there |
|
| Back to top |
|
 |
spaztik Guest
|
Posted: Jan 10, 2004 8:39pm Post subject: |
|
|
| nah, its not there. |
|
| Back to top |
|
 |
gtpnos Newbie

Joined: 05 Aug 2003 Posts: 67 Location: USA
|
Posted: Jan 10, 2004 8:44pm Post subject: =network? |
|
|
hey buddy, let me know what server your on and i'll come over and help ya locate it, I can't remember off the top of my head, but theres only a few choices it can be, if your server isn't running let me know,
-gtpnos |
|
| Back to top |
|
 |
DjMadness- Newbie

Joined: 10 Jan 2004 Posts: 70
|
Posted: Jan 10, 2004 8:46pm Post subject: hmm... just a minute, i will download it and take a look |
|
|
| spaztik wrote: | | nah, its not there. |
hmm.. just a minute, i will download it and take a look at it |
|
| Back to top |
|
 |
Guest
|
Posted: Jan 10, 2004 8:47pm Post subject: |
|
|
| Its behind a firewall ahy, its only avaialble on my LAN atm... uhmm.. got MSN Messenger or something? |
|
| Back to top |
|
 |
gtpnos Newbie

Joined: 05 Aug 2003 Posts: 67 Location: USA
|
Posted: Jan 10, 2004 8:48pm Post subject: |
|
|
| can you connect to other irc servers as a client? |
|
| Back to top |
|
 |
Guest
|
Posted: Jan 10, 2004 8:54pm Post subject: |
|
|
| tell me a place to meet you and I'll be there. |
|
| Back to top |
|
 |
gtpnos Newbie

Joined: 05 Aug 2003 Posts: 67 Location: USA
|
Posted: Jan 10, 2004 8:55pm Post subject: |
|
|
| acestar.foreverchat.net #ircd |
|
| Back to top |
|
 |
DjMadness- Newbie

Joined: 10 Jan 2004 Posts: 70
|
Posted: Jan 10, 2004 8:55pm Post subject: maybee this will help ? |
|
|
here i found something
static char *replies[] =
{
/* 000 */ NULL,
/* 001 RPL_WELCOME */ ":%s 001 %s :Welcome to the DALnet IRC "
"Network %s!%s@%s",
in s_err.c
just change this to your net, then it might be fixed
goog luck |
|
| Back to top |
|
 |
Guest
|
Posted: Jan 10, 2004 8:59pm Post subject: |
|
|
| that changes the welcome message, now the Network= line |
|
| Back to top |
|
 |
DjMadness- Newbie

Joined: 10 Jan 2004 Posts: 70
|
Posted: Jan 10, 2004 9:14pm Post subject: another place aswell |
|
|
| Anonymous wrote: | | that changes the welcome message, now the Network= line |
sendto_one(sptr, rpl_str(RPL_CREATED), me.name, nick, creation);
sendto_one(sptr, rpl_str(RPL_MYINFO), me.name, parv[0],
me.name, version);
ircsprintf(tmpstr2,"NOQUIT SAFELIST MODES=%i "
"MAXCHANNELS=%i MAXBANS=%i NICKLEN=%i "
"TOPICLEN=%i KICKLEN=%i CHANTYPES=# "
"PREFIX=(ov)@+ NETWORK=DALnet SILENCE=%i",
in the s_user.c
thats the rest i can see in the source, still looking |
|
| Back to top |
|
 |
al5001 Lurker

Joined: 17 Jul 2003 Posts: 181 Location: Canada
|
Posted: Jan 20, 2004 12:54am Post subject: |
|
|
Bahamut 1.4.36 has a different connection notice now (umode +c)...
instead of -server- *** Notice -- Client connecting
it now has -server- *** Client -- Client connecting
so if you run BOPM, change your connregex from:
connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
to this:
connregex = "\\*\\*\\* Client -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*"; |
|
| Back to top |
|
 |
Guest
|
Posted: Jan 31, 2004 8:55am Post subject: |
|
|
Do "grep -r NETWORK=DALnet *" in the bahamut directory and it will tell you which file to edit.
In Bahamut 1.4.36 its s_user.c by the way. |
|
| Back to top |
|
 |
Julio Guest
|
Posted: Apr 06, 2004 6:53am Post subject: Bahamut versions |
|
|
Yes, I probe some versions of Bahamut over windows too.
Are a god ircd and free. Only u need use a Search engine. It's difficult edit too. Contact me if u need ; )
JulioBell |
|
| Back to top |
|
 |
|