This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

server has me i-lined. (jumping)

Old posts that have not been replied to for several years.
Locked
t
tr0y

server has me i-lined. (jumping)

Post by tr0y »

server has me i-lined. (jumping)
bot quit (i-lines suck)
forgive my lameness - why does this happen ?
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

You need to request new i-line for server...
User avatar
Turambar
Halfop
Posts: 56
Joined: Thu May 29, 2003 6:25 am

Post by Turambar »

I-lines are those lines in the conf of the ircd to allow different hosts to connect

do you mean you got klined? Does your bot get killed/disconnected as soon as it connects?

I must admit I d'ont understand what you want
t
tr0y

Post by tr0y »

my bot works fine, it connects to server, identifies for it's nickname and then quits with the reason mentioned above, and i get that message on the partyline...
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

check your net-type (This happens when your bot is moded +r (which means something different on Dalnet according to the source (servmsg.c, line 934)))
Have you ever read "The Manual"?
t
tr0y

Post by tr0y »

it is modded +r, which on bahamut means the nickname is registred...
i'll chech my conf, hope it workz ;)
t
tr0y

Post by tr0y »

i've changed the net-type from 1 (ircnet) to 3 (dalnet)... it still quits, same reason... i'll try stopping the bot from identifying itself....
t
tr0y

Post by tr0y »

the bot stopped quitting after i stopped it from identifing it's nickname, so it's because of +r mode...
How do i make the bot ignore the +r ?
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Post by egghead »

tr0y wrote:i've changed the net-type from 1 (ircnet) to 3 (dalnet)... it still quits, same reason... i'll try stopping the bot from identifying itself....
Did you .restart after setting net-type to 3 in the config file?
t
tr0y

Post by tr0y »

well i've kill -9 pid my bot, changed the net-type and ran it again ...
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

tr0y wrote:How do i make the bot ignore the +r ?
set init-server { putserv "MODE $botnick +i-r" }
a
access_denied

go there

Post by access_denied »

check line:
set check-mode-r 0
it must be zero. 8)
Locked