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.

change the nick of the eggdrop using dcc

Old posts that have not been replied to for several years.
Locked
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

change the nick of the eggdrop using dcc

Post by virtuoso »

how can i change the nick of an eggdrop on the fly,using dcc ?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

.dump nick <nick>

But the bot will immidiatly regain its original nick if keep-nick is set to 1 in your .conf file.
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

hhhj

Post by virtuoso »

in dcc :

[18:05] <Virtuolo_> .dump adele8 kodfsdfds

but nick isn't changed.

in the conf file i've changed from

set keep-nick 1

to

set keep-nick 0

but the nickname of the bot is always the same.
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

.dump NICK <newnick>

NICK as in the NICK command the server accepts, not the nick of your bot...
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

I found two tcls written exclusively to do this exact thing by searching for "botnick" here.
Locked