need to change my owner hostmask

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

on our network we have a unstalbe dhcp server so sometimes my ip is shown and others it is dhcp0029292blah..anyway i need to change this so my egg knows i am the owner like *@* hostmask or something.

thanks

<font size=-1>[ This Message was edited by: kforce on 2001-10-03 14:11 ]</font>
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

.help +host
G
Guest

Post by Guest »

adding *@* as owners hostmask would be a big security risk, but to do it in DCC with your bot do:

.+host <user> *@*
c
codak

Post by codak »

On 2001-10-03 14:10, kforce wrote:
on our network we have a unstalbe dhcp server so sometimes my ip is shown and others it is dhcp0029292blah..anyway i need to change this so my egg knows i am the owner like *@* hostmask or something.

thanks

<font size=-1>[ This Message was edited by: kforce on 2001-10-03 14:11 ]</font>
using the *@* host mask is a horrid security risk. try this: create a user with a different nick say (yournick1) with the host dhcp0029292blah while your orginal nick keeps the orginal mask. This may be a hassle but it sure beats out using *@* host mask which makes your bot easily hackable by anyone using a bruteforce cracker.

if you DO use *@* i advise using a 29bit password (29 characters) which would then blunt most hackers with little resources available. Now, finding out if the eggdrop can handle a 29bit password is another thing, I don't know, haven't tried it but only one way to find out i suppose.

heh - don't know what i was thinkin when i wrote that. just use /msg yourbot addhost password

<font size=-1>[ This Message was edited by: codak on 2001-10-04 11:03 ]</font>

<font size=-1>[ This Message was edited by: codak on 2001-10-04 11:03 ]</font>
Locked