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.

.netdump

Old posts that have not been replied to for several years.
Locked
R
RebelWolf

.netdump

Post by RebelWolf »

Any1 would have any idea how to have each bot replace a certain cookie (like $nick for example) by its own nick when using a .netdump ?

Linknet uses hostname mangling by using the following command: /mode <own nick> +h

I need to find a way to have the bots dump the line using their own nick... or find a way to make sure they set mode <botnick> +h on connect.

Any help would be appreciated.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Re: .netdump

Post by YooHoo »

RebelWolf wrote:I need to find a way to have the bots dump the line using their own nick... or find a way to make sure they set mode <botnick> +h on connect.
# Set here a script to run (if any) when first connecting to a server.
set init-server { putserv "MODE $botnick +h" }

:mrgreen:
R
RebelWolf

Post by RebelWolf »

Thx bud !

Should've thought of this one myself, lol...
Locked